aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-30 17:11:49 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-31 08:38:53 -0400
commita5dbf96442a539dbdb59af56898f0571dc68c3d6 (patch)
tree2bb0bbbbfcf2a3fa1bd39a5cb7676c68893ecfb7 /.travis.yml
parent74de4e985eda49e38ece5805e05197dd4d2d9c8a (diff)
downloadexternal_python_setuptools-debt/drop-py35.tar.gz
external_python_setuptools-debt/drop-py35.tar.bz2
external_python_setuptools-debt/drop-py35.zip
Drop support for Python 3.5.debt/drop-py35
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f97abc51..fa04a42e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,6 @@ jobs:
include:
- python: pypy3
env: DISABLE_COVERAGE=1 # Don't run coverage on pypy (too slow).
- - python: 3.5
- python: 3.6
- python: 3.7
- &latest_py3