Skip to content

Commit

Permalink
Install requirements on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
GaretJax committed Dec 23, 2014
1 parent 90ac8a4 commit 89357e7
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 @@ -5,7 +5,7 @@ python:

# command to install dependencies
install:
- pip install -r requirements-testing.txt
- pip install -r requirements.txt -r requirements-testing.txt
- pip install coveralls

# command to run tests
Expand Down

0 comments on commit 89357e7

Please sign in to comment.