Commit dd2240a7 authored by Paul Ganssle's avatar Paul Ganssle Committed by GitHub

Merge pull request #1746 from benoit-pierre/swith_travis_dist_to_xenial

Use xenial and latest pypy3 on Travis CI.
parents ab79268c 3a797435
dist: trusty
dist: xenial
language: python
jobs:
......@@ -9,9 +9,8 @@ jobs:
- <<: *latest_py2
env: LANG=C
- python: pypy2.7-6.0.0
dist: xenial
env: DISABLE_COVERAGE=1 # Don't run coverage on pypy (too slow).
- python: pypy3
- python: pypy3.5-6.0.0
env: DISABLE_COVERAGE=1
- python: 3.4
- python: 3.5
......@@ -19,11 +18,9 @@ jobs:
python: 3.6
- &latest_py3
python: 3.7
dist: xenial
- <<: *latest_py3
env: LANG=C
- python: 3.8-dev
dist: xenial
env: DISABLE_COVERAGE=1 # Ignore invalid coverage data.
- <<: *default_py
stage: deploy (to PyPI for tagged commits)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment