Skip to content

Commit

Permalink
Add coveralls support and use current PyPy3 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jan 27, 2018
1 parent 6730271 commit 6a1a9ec
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ python:
- 3.5
- 3.6
- pypy
- pypy3.3-5.2-alpha1
- pypy3
install:
- python bootstrap.py
- bin/buildout
- pip install zope.testrunner
- pip install coveralls coverage
script:
- bin/test -v1
- coverage run zope-testrunner --path=src --all -v
after_success:
- coveralls
notifications:
email: false
cache:
Expand Down

0 comments on commit 6a1a9ec

Please sign in to comment.