Skip to content

Commit

Permalink
added python-coverall to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Aug 11, 2013
1 parent 2207f03 commit ebbb54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ install:
- pip install . --use-mirrors
- pip install -r requirements.txt --use-mirrors

script: nosetests --with-coverage --cover-package=rieapie --cover-erase
script: nosetests --with-coverage --cover-package=rieapie

after_success:
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
requests
coverage
mock

python-coveralls

0 comments on commit ebbb54b

Please sign in to comment.