Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
cburmeister committed Jul 31, 2013
1 parent 5834874 commit 1350ae7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- "2.6"
- "2.7"
install:
- pip install requests --use-mirrors
- pip install -r requirements.txt --use-mirrors
script:
- coverage run tests.py
after_success:
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
PyYAML==3.10
coverage==3.6
coveralls==0.2
docopt==0.6.1
requests==1.2.3
sh==1.08

0 comments on commit 1350ae7

Please sign in to comment.