summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-26 17:58:33 -0400
committerGitHub <noreply@github.com>2020-05-26 17:58:33 -0400
commitaa989003c14193ce9308318c1e9f36060b9ac71e (patch)
tree024d2b2de175e03bbda620adfe52754b9177c8fd /.travis.yml
parent63acfc16ea25b408e48fc5ed6db3e0dbd90ed99f (diff)
parentdbdd19d4212a35ac501c3f56987c035512ab6557 (diff)
downloadpython-setuptools-git-aa989003c14193ce9308318c1e9f36060b9ac71e.tar.gz
Merge pull request #2134 from pypa/feature/python-2-sunset-docs
Crash under Python 2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 25cfb6e4..f97abc51 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,11 +4,6 @@ language: python
jobs:
fast_finish: true
include:
- - &latest_py2
- python: 2.7
- env: TOXENV=py27
- - <<: *latest_py2
- env: LANG=C TOXENV=py27
- python: pypy3
env: DISABLE_COVERAGE=1 # Don't run coverage on pypy (too slow).
- python: 3.5