Skip to content

Commit

Permalink
Upgrade to xenial maybe fixes PyPy on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 28, 2019
1 parent b98b7f4 commit f241325
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
@@ -1,16 +1,12 @@
language: python
sudo: false
dist: xenial
python:
- 2.7
- 3.5
- 3.6
- 3.7
- pypy
- pypy3
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
install:
- pip install coverage coveralls
- pip install zc.buildout
Expand Down

0 comments on commit f241325

Please sign in to comment.