aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2019-08-12 20:29:08 +0000
committerGitHub <noreply@github.com>2019-08-12 20:29:08 +0000
commitaf871897e6cd63e083f166559ea4fc65a330eac4 (patch)
treee0d0a0ed874ac6d689dc383f79d7e42091c5bad3
parent5b128e8c82f4886b4ff110219de80a61bf8aa3b0 (diff)
parent5405d1e2770e798ed755e8cc821f6b95cb480d52 (diff)
downloadexternal_python_setuptools-af871897e6cd63e083f166559ea4fc65a330eac4.tar.gz
external_python_setuptools-af871897e6cd63e083f166559ea4fc65a330eac4.tar.bz2
external_python_setuptools-af871897e6cd63e083f166559ea4fc65a330eac4.zip
Merge pull request #1813 from benoit-pierre/updated_travis_pypy
travis: update PyPy jobs to use more recent versions
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ffcad998..64d0544c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,9 +8,9 @@ jobs:
python: 2.7
- <<: *latest_py2
env: LANG=C
- - python: pypy2.7-6.0.0
+ - python: pypy
env: DISABLE_COVERAGE=1 # Don't run coverage on pypy (too slow).
- - python: pypy3.5-6.0.0
+ - python: pypy3
env: DISABLE_COVERAGE=1
- python: 3.4
- python: 3.5