Commit bd3d72b0 authored by Benoit Pierre's avatar Benoit Pierre

travis: preemptively switch to xenial

As it will soon become the default: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment
parent ab79268c
dist: trusty
dist: xenial
language: python
jobs:
......@@ -9,7 +9,6 @@ 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
env: DISABLE_COVERAGE=1
......@@ -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