diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-01 10:55:55 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-01 10:55:55 -0500 |
| commit | 2c1ea18266b558cb208c070eed7de60e922aa91a (patch) | |
| tree | 2a33c10d3e0c42586a2d14aae93cb76b556bfbaa | |
| parent | 413c234459de94766c8c57f10d11ef1599ae6ac0 (diff) | |
| download | python-setuptools-git-2c1ea18266b558cb208c070eed7de60e922aa91a.tar.gz | |
Stop testing on pypy3 until Travis gets pypy 5.5 or later. Ref #864.
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 30b69a69..2f9b6a7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ python: - "3.6-dev" - nightly - pypy - - pypy3 env: - "" - LC_ALL=C LC_CTYPE=C |
