summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-11-30 21:05:15 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-11-30 21:05:15 -0500
commit769658cc0fb73347d044de0279dc0a361c04b316 (patch)
tree27a472c50bfa891f477f544bae55869ec02319d3
parentcbd977b8252f1df53aca7f09cf6160590b3b2ed0 (diff)
downloadpython-setuptools-git-769658cc0fb73347d044de0279dc0a361c04b316.tar.gz
Don't pin to old Python as 'default'
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 7088d166..f37529d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,8 +14,7 @@ jobs:
env: DISABLE_COVERAGE=1
- python: 3.4
- python: 3.5
- - &default_py
- python: 3.6
+ - python: 3.6
- python: 3.7
- &latest_py3
python: 3.8
@@ -24,7 +23,7 @@ jobs:
- python: 3.8-dev
- <<: *latest_py3
env: TOXENV=docs DISABLE_COVERAGE=1
- - <<: *default_py
+ - <<: *latest_py3
stage: deploy (to PyPI for tagged commits)
if: tag IS present
install: skip