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

Commit

Permalink
Merge pull request #13 from uber/dev/ca/override
Browse files Browse the repository at this point in the history
Add back coveralls
  • Loading branch information
charlax committed Nov 22, 2013
2 parents 6f10e90 + 014a5fd commit 6ea5fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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 6ea5fcb

Please sign in to comment.