From ca38b16e727254ce25ae2a30dadcac8332fe7393 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Mon, 9 Oct 2017 13:08:35 -0600 Subject: [PATCH] Updates travis testing installation step --- .travis.yml | 2 ++ requirements.txt | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 requirements.txt diff --git a/.travis.yml b/.travis.yml index e58582d..45fbf65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ branches: - "master" python: - "3.6" +install: + - pip3 install -r requirements.txt script: - python3 tests.py diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..db5d81e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +matplotlib +numpy