summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <mergify[bot]@users.noreply.github.com>2019-04-02 21:17:02 +0000
committerGitHub <noreply@github.com>2019-04-02 21:17:02 +0000
commit4876dbb7f09b02eb0d513837d7c27d08b095cdce (patch)
treeb91a509bdb4c15623ea93d61018e4555ed7d0ec9
parentd8b901bc15e2e365c7994cd65758f4181f3d9175 (diff)
parente01330a5f42e850e0ce6ec3710b8a08669ea4219 (diff)
downloadpython-setuptools-git-4876dbb7f09b02eb0d513837d7c27d08b095cdce.tar.gz
Merge pull request #1731 from pganssle/fix_travis_pypy
Update pypy in travis
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 09c3817e..a5b670e4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,8 @@ jobs:
python: 2.7
- <<: *latest_py2
env: LANG=C
- - python: pypy
+ - 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