diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-24 16:06:38 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-24 16:06:52 -0400 |
| commit | 64b1a6fa12f7d4f6508008541adbebdcd6ee20a8 (patch) | |
| tree | c1ba5043e8dcbc86e3a1a8b87cf88f0b8594a198 /.travis.yml | |
| parent | 46dab46d6debf69331b646bff11052dc731d4ae4 (diff) | |
| download | external_python_setuptools-64b1a6fa12f7d4f6508008541adbebdcd6ee20a8.tar.gz external_python_setuptools-64b1a6fa12f7d4f6508008541adbebdcd6ee20a8.tar.bz2 external_python_setuptools-64b1a6fa12f7d4f6508008541adbebdcd6ee20a8.zip | |
Force fail on Python 2. When doing so, emit an error that directs users to the latest guidance. Fixes #2094.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 3e97f353..21716ea6 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 |
