Skip to content

Commit

Permalink
Don't install requirements.txt in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomas1234 committed Mar 31, 2015
1 parent b28f8f5 commit a366975
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 @@ -25,8 +25,8 @@ install:
- pip install coveralls coverage
- pip install redis
- pip install escher --pre
- pip install -r requirements.txt
- pip install rednose
- pip install .
# command to run tests
script: nosetests
after_success:
Expand Down

0 comments on commit a366975

Please sign in to comment.