Skip to content

Commit

Permalink
Merge pull request #10 from zopefoundation/simplify-travis-config
Browse files Browse the repository at this point in the history
Simplify travis config.
  • Loading branch information
dataflake committed May 8, 2019
2 parents 0e6d433 + 150935a commit 26bd1c0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
@@ -1,15 +1,11 @@
language: python
sudo: false
dist: xenial
python:
- 2.7
- 3.5
- 3.6
matrix:
include:
- python: "3.7"
dist: xenial
- python: "3.8-dev"
dist: xenial
- 3.7
- 3.8-dev
install:
- pip install zc.buildout
- pip install coveralls coverage
Expand Down

0 comments on commit 26bd1c0

Please sign in to comment.