From c6fe76cbc22ac6ac64709a0381a6ce48a8c9884a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 20 Nov 2017 12:22:49 -0500 Subject: Remove reference to Python 2.6 as a supported interpreter. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1