From 6d8d500a5f001dc0c84e0f2890b16f56409a62bb Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 26 Feb 2016 08:13:36 +0100 Subject: Drop python2 support in tox.ini as well --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 68a25f8..346069a 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py33, py34 +envlist = py34, py35 [testenv] commands = python setup.py nosetests -- cgit v1.2.3