Skip to content

Commit

Permalink
Try TravisCI import feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 12, 2020
1 parent 7838303 commit 189b549
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
version: ~> 1.0
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy
- pypy3
matrix:
include:
- python: "3.7"
dist: xenial
before_install:
- pip install -U pip setuptools
- pip install -U coverage coveralls
install:
- pip install -U -e .[test]
script:
- coverage run -m zope.testrunner --test-path=src
after_success:
- coveralls
notifications:
email: false
cache: pip
import: zopefoundation/meta:travis-ci-config/minimal.yml

0 comments on commit 189b549

Please sign in to comment.