Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Fix missing dependencies
  • Loading branch information
oz123 committed Aug 5, 2014
1 parent 19e0b1a commit ce2fa6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- 3.3

install:
- pip install -r requirements.txt
- python setup.py install
- pip install coveralls

Expand Down

0 comments on commit ce2fa6b

Please sign in to comment.