Skip to content

Commit

Permalink
Adapt travis config to the currently used standard.
Browse files Browse the repository at this point in the history
See zope.app.zcmlfiles.
  • Loading branch information
Michael Howitz committed May 26, 2017
1 parent ee8a4b7 commit 0adf85f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Expand Up @@ -3,12 +3,18 @@ python:
- 2.7
- 3.4
- 3.5
- "nightly"
- "pypy"
- 3.6
- pypy-5.4.1
install:
- python bootstrap.py
- bin/buildout
- pip install -U pip setuptools
- pip install -U coveralls coverage
- pip install -U -e ".[test]"
script:
- bin/test -v1
- coverage run -m zope.testrunner --test-path=src
after_success:
- coveralls
cache: pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
notifications:
email: false

0 comments on commit 0adf85f

Please sign in to comment.