Skip to content

Commit

Permalink
Travis CI: pip install scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored May 9, 2018
1 parent 233754d commit b247fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
- python: pypy3
install:
#- pip install -r requirements.txt
- pip install flake8 tensorflow # pytest # add another testing frameworks later
- pip install flake8 scipy tensorflow # pytest # add another testing frameworks later
before_script:
# stop the build if there are Python syntax errors or undefined names
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
Expand Down

0 comments on commit b247fc1

Please sign in to comment.