Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Add back coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
charlax committed Nov 21, 2013
1 parent 6f10e90 commit 014a5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,5 +5,5 @@ install:
- "pip install -r requirements.txt --use-mirrors"
- "pip install -r requirements-dev.txt --use-mirrors"
- "python setup.py develop"
script: python setup.py test
script: coverage run --source charlatan setup.py test
after_success: coveralls

0 comments on commit 014a5fd

Please sign in to comment.