Skip to content

Commit

Permalink
Sync travis config with that of grokcore.component.
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Jan 3, 2018
1 parent 6094228 commit 789784e
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .travis.yml
@@ -1,11 +1,19 @@
language: python
python:
- 2.6
- 2.7
- 3.4
- 3.5
- 3.6
- pypy
- pypy3
install:
- python bootstrap.py
- bin/buildout
- pip install -U pip setuptools
- pip install -U zope.testrunner coverage coveralls
- pip install -U -e .[test]
script:
- bin/test -v1
- coverage run -m zope.testrunner --test-path=src
after_success:
- coveralls
notifications:
email: false
cache: pip

0 comments on commit 789784e

Please sign in to comment.