Skip to content

Commit

Permalink
Merge pull request yfeng95#29 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Travis CI: pip install -r requirements.txt
  • Loading branch information
yfeng95 authored May 10, 2018
2 parents 43a3b8a + 9051269 commit de31425
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ matrix:
- python: pypy
- python: pypy3
install:
#- pip install -r requirements.txt
- pip install flake8 tensorflow # pytest # add another testing frameworks later
- pip install -r requirements.txt
- pip install flake8 # 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
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
numpy>=1.14.3
scikit-image
scipy
tensorflow

0 comments on commit de31425

Please sign in to comment.