Skip to content

Commit

Permalink
Add coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Aug 17, 2018
1 parent ecf7301 commit bf9d850
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Expand Up @@ -8,13 +8,16 @@ env:
- EXTRA=
- EXTRA=_with_gs
install:
- pip install -U setuptools==33.1.1
- python bootstrap.py
- bin/buildout
- pip install coverage coveralls
- pip install zc.buildout
- buildout bootstrap
- buildout install test
script:
- bin/test$EXTRA -v1
- coverage run bin/test$EXTRA -v1
notifications:
email: false
after_success:
- coveralls
cache:
pip: true
directories:
Expand Down

0 comments on commit bf9d850

Please sign in to comment.