Add coveralls

This commit is contained in:
Anthony Sottile 2014-06-05 10:02:24 -07:00
parent 2dabff7f9c
commit 5c7c61673a
2 changed files with 4 additions and 1 deletions

View file

@ -5,5 +5,7 @@ env: # These should match the tox env list
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
install: pip install tox --use-mirrors
install: pip install coveralls tox --use-mirrors
script: tox
after_success:
- coveralls