summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2019-04-02 16:52:38 -0400
committerPaul Ganssle <paul@ganssle.io>2019-04-02 17:03:21 -0400
commite01330a5f42e850e0ce6ec3710b8a08669ea4219 (patch)
treeb91a509bdb4c15623ea93d61018e4555ed7d0ec9
parentd8b901bc15e2e365c7994cd65758f4181f3d9175 (diff)
downloadpython-setuptools-git-e01330a5f42e850e0ce6ec3710b8a08669ea4219.tar.gz
Pin pypy2.7 version in Travis
There is some issue with pypy2.7-5.8.0 in Travis. This probably does not solve the *root* issue, but updating the pypy version does seem to fix the build, so in the interest of unblocking the project, we will merge this change.
-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