Don't use a custom version of coveralls

This commit is contained in:
David Baumgold 2014-08-26 14:17:25 -04:00
commit d653a3a3f7
2 changed files with 1 additions and 1 deletions

View file

@ -14,6 +14,7 @@ install:
- pip install boto==$BOTO_VERSION
- pip install .
- pip install -r requirements.txt
- pip install coveralls
script:
- make test
after_success: