diff options
author | mergify[bot] <mergify[bot]@users.noreply.github.com> | 2019-04-02 21:17:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-02 21:17:02 +0000 |
commit | 4876dbb7f09b02eb0d513837d7c27d08b095cdce (patch) | |
tree | b91a509bdb4c15623ea93d61018e4555ed7d0ec9 | |
parent | d8b901bc15e2e365c7994cd65758f4181f3d9175 (diff) | |
parent | e01330a5f42e850e0ce6ec3710b8a08669ea4219 (diff) | |
download | python-setuptools-git-4876dbb7f09b02eb0d513837d7c27d08b095cdce.tar.gz |
Merge pull request #1731 from pganssle/fix_travis_pypy
Update pypy in travis
-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 |