Commit 2f84725b authored by rusty1s's avatar rusty1s
Browse files

install test dependencies

parent eb85283a
...@@ -118,7 +118,7 @@ install: ...@@ -118,7 +118,7 @@ install:
- pip install flake8 - pip install flake8
- pip install codecov - pip install codecov
- pip install scipy==1.4.1 - pip install scipy==1.4.1
- travis_wait 30 pip install -e . - travis_wait 30 pip install -e .[test]
script: script:
- flake8 . - flake8 .
- python setup.py test - python setup.py test
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment