diff options
| author | Benoit Pierre <benoit.pierre@gmail.com> | 2019-04-22 16:49:46 +0200 |
|---|---|---|
| committer | Benoit Pierre <benoit.pierre@gmail.com> | 2019-04-22 16:49:46 +0200 |
| commit | bd3d72b030eeae19ebc2eb3a0a325f87b41a09f1 (patch) | |
| tree | 23398146f1f33581fa8c42af5ed2866c771d6ad1 | |
| parent | ab79268c792ce2a5f0ccaed65dd0bc668fbbdba3 (diff) | |
| download | python-setuptools-git-bd3d72b030eeae19ebc2eb3a0a325f87b41a09f1.tar.gz | |
travis: preemptively switch to xenial
As it will soon become the default: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index a5b670e4..d99656e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -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) |
