diff options
author | Paul Ganssle <pganssle@users.noreply.github.com> | 2019-04-22 11:15:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-22 11:15:24 -0400 |
commit | dd2240a7404a39f2f6d446697d871ba0c22be17a (patch) | |
tree | c51a07e6d143a5a0ddd9d4b5d03df0f6c8ef1552 | |
parent | ab79268c792ce2a5f0ccaed65dd0bc668fbbdba3 (diff) | |
parent | 3a797435ccdc5a115b681572d5ba0cfd484ae810 (diff) | |
download | external_python_setuptools-dd2240a7404a39f2f6d446697d871ba0c22be17a.tar.gz external_python_setuptools-dd2240a7404a39f2f6d446697d871ba0c22be17a.tar.bz2 external_python_setuptools-dd2240a7404a39f2f6d446697d871ba0c22be17a.zip |
Merge pull request #1746 from benoit-pierre/swith_travis_dist_to_xenial
Use xenial and latest pypy3 on Travis CI.
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index a5b670e4..9429dc6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -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) |