summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-20 12:22:49 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-20 12:22:49 -0500
commitc6fe76cbc22ac6ac64709a0381a6ce48a8c9884a (patch)
tree05be2b3ec228bf7b2f7a4b8013be264ec632cf7d
parent2ed8ca16d5bb38a72baa96fe00596d402dec9eb0 (diff)
downloadpython-setuptools-git-drop-py26.tar.gz
Remove reference to Python 2.6 as a supported interpreter.drop-py26
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4b4b4fd8..dd5a5493 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
#
# To run Tox against all supported Python interpreters, you can set:
#
-# export TOXENV='py2{6,7},py3{3,4,5,6},pypy'
+# export TOXENV='py27,py3{3,4,5,6},pypy'
[testenv]
deps=-rtests/requirements.txt