diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-12 10:13:09 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-12 11:44:40 -0500 |
| commit | 8e6b9933e9981fc9ab19eef3dee93d0f703c4140 (patch) | |
| tree | 6651359e419a7a2d5041ff073b8f929fe865962d /.travis.yml | |
| parent | 335937785a05d68efa291b8710270584d15b8361 (diff) | |
| download | external_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.yml | 4 |
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 |
