Skip to content

Commit

Permalink
move requirements into requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Oct 26, 2017
1 parent d2f6405 commit fbfd49b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ addons:
packages:
- python-opencv python-tk
install:
- pip install numpy
- pip install matplotlib
- pip install pyyaml
- pip install -r requirements.txt
- pip install nose-exclude # for --exclude-dir option in call to nosetests
- pip install coveralls # for coverage testing
- python setup.py install
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
PyYAML==3.10
numpy
matplotlib

0 comments on commit fbfd49b

Please sign in to comment.