Skip to content

Commit

Permalink
Coveralls setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pignacio committed Feb 8, 2015
1 parent 3a7e491 commit a603532
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ python:
# command to install dependencies
install:
- "pip install ."
- "pip install -r test_requirements.txt"
# command to run tests
script: nosetests
script: nosetests --with-coverage
after_success:
- coveralls
3 changes: 3 additions & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
coverage
nose
python-coveralls

0 comments on commit a603532

Please sign in to comment.