Skip to content

Commit

Permalink
fix Travis CI build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
vinta committed Oct 16, 2013
1 parent d010d8e commit 2d497f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ before_install:

install:
- pip install -r requirements.txt --use-mirrors
- pip install -r requirements_test.txt --use-mirrors

script:
- coverage run --source=haul tests/test.py

notifications:
email:
- [email protected]

after_success:
- coveralls
3 changes: 3 additions & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-r requirements.txt
coverage==3.7
coveralls==0.3

0 comments on commit 2d497f6

Please sign in to comment.