Skip to content

Commit

Permalink
Merge pull request #4 from zopefoundation/try-out-coveralls
Browse files Browse the repository at this point in the history
Try to use coveralls
  • Loading branch information
loechel committed Nov 7, 2016
2 parents 1bfa3c0 + a21797e commit f2b1aa3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ python:
- 3.6-dev
- pypy
install:
- pip install tox
- pip install tox coveralls coverage
script:
- tox -e py
after_success:
- coverage combine
- coveralls
notifications:
email: false

0 comments on commit f2b1aa3

Please sign in to comment.