Skip to content

Commit

Permalink
Test via TravisCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Nov 29, 2018
1 parent 1a53b7e commit a1f9aac
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: python
dist: xenial
python:
- 2.7
- 3.6
- 3.7
before_install:
- pip install -U setuptools pip
- pip install -U coverage coveralls zope.testrunner
install:
- pip install -U -e .[test]
script:
- coverage run -m zope.testrunner --test-path=src --all -v1
notifications:
email: false
after_success:
- coveralls
cache:
pip: true

0 comments on commit a1f9aac

Please sign in to comment.