From 2639bc648cbaab2febcff7c748944ffa4a68b3f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 5 Jun 2018 14:16:47 +0000 Subject: [PATCH] Remove py33 from tox Got: flake8 requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*' but the running Python is 3.3.7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 513bfa9..df78a20 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion=2.3.1 -envlist = py27,py33,py34,py35,py36,py37,flake8,linters,docs +envlist = py27,py34,py35,py36,py37,flake8,linters,docs [testenv] deps =