Skip to content

Commit

Permalink
Enable coveralls and pip caching
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 26, 2017
1 parent 0488032 commit 6d52e30
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ python:
- 3.5
- 3.6
install:
- pip install tox-travis
- pip install coveralls coverage
- pip install -e ".[test]"
script:
- tox
- coverage run -m zope.testrunner --test-path=src -pvc
after_success:
- coveralls
notifications:
email: false

cache: pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log

0 comments on commit 6d52e30

Please sign in to comment.