diff options
| author | Paul Ganssle <paul@ganssle.io> | 2019-04-02 16:52:38 -0400 |
|---|---|---|
| committer | Paul Ganssle <paul@ganssle.io> | 2019-04-02 17:03:21 -0400 |
| commit | e01330a5f42e850e0ce6ec3710b8a08669ea4219 (patch) | |
| tree | b91a509bdb4c15623ea93d61018e4555ed7d0ec9 | |
| parent | d8b901bc15e2e365c7994cd65758f4181f3d9175 (diff) | |
| download | python-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.yml | 3 |
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 |
