Updates travis testing installation step
This commit is contained in:
@ -5,6 +5,8 @@ branches:
|
|||||||
- "master"
|
- "master"
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
install:
|
||||||
|
- pip3 install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
- python3 tests.py
|
- python3 tests.py
|
||||||
|
|
||||||
|
|||||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
matplotlib
|
||||||
|
numpy
|
||||||
Reference in New Issue
Block a user