From 80204335d827eb9ed4861e16634822bf9aa60912 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Fri, 26 Jul 2019 21:14:32 -0500 Subject: Remove python 2 from CI Python 2 support was dropped, there is not need to run tests in py2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index e46136d6..36048fbc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py35,py36,py37,flake8 +envlist = py34,py35,py36,py37,flake8 [testenv] commands = nosetests {posargs} -- cgit v1.2.3