diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-20 12:22:49 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-20 12:22:49 -0500 |
commit | c6fe76cbc22ac6ac64709a0381a6ce48a8c9884a (patch) | |
tree | 05be2b3ec228bf7b2f7a4b8013be264ec632cf7d | |
parent | 2ed8ca16d5bb38a72baa96fe00596d402dec9eb0 (diff) | |
download | python-setuptools-git-drop-py26.tar.gz |
Remove reference to Python 2.6 as a supported interpreter.drop-py26
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |