aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-20 13:12:05 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-20 13:12:05 -0500
commit89ef5bb7e4812193d6f593d531bad36191517981 (patch)
tree1c5dccb410d9a740d1461cd07249af4c233ad120 /.travis.yml
parent45ec75beccba6432b3ed7b80fd84b65276453e9d (diff)
parentc6fe76cbc22ac6ac64709a0381a6ce48a8c9884a (diff)
downloadexternal_python_setuptools-89ef5bb7e4812193d6f593d531bad36191517981.tar.gz
external_python_setuptools-89ef5bb7e4812193d6f593d531bad36191517981.tar.bz2
external_python_setuptools-89ef5bb7e4812193d6f593d531bad36191517981.zip
Drop support for Python 2.6 by merging the drop-py26 branch. Fixes #878.
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 33ab283b..1fd73aa5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ dist: trusty
sudo: false
language: python
python:
-- 2.6
- &latest_py2 2.7
- 3.3
- 3.4