aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-01-12 10:13:09 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-01-12 11:44:40 -0500
commit8e6b9933e9981fc9ab19eef3dee93d0f703c4140 (patch)
tree6651359e419a7a2d5041ff073b8f929fe865962d /.travis.yml
parent335937785a05d68efa291b8710270584d15b8361 (diff)
downloadexternal_python_setuptools-8e6b9933e9981fc9ab19eef3dee93d0f703c4140.tar.gz
external_python_setuptools-8e6b9933e9981fc9ab19eef3dee93d0f703c4140.tar.bz2
external_python_setuptools-8e6b9933e9981fc9ab19eef3dee93d0f703c4140.zip
Restore testing on Python 2, bypassing the requires-python check when installing setuptools.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d18b86c0..24b2451b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,10 @@ language: python
jobs:
fast_finish: true
include:
+ - &latest_py2
+ python: 2.7
+ - <<: *latest_py2
+ env: LANG=C
- python: pypy3
env: DISABLE_COVERAGE=1 # Don't run coverage on pypy (too slow).
- python: 3.5