aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 61667f5..c8468a5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -40,7 +40,7 @@
[tox]
skipsdist=True
-envlist = py27,py3,style
+envlist = py3,style
[testenv]
distribute = False
@@ -56,9 +56,6 @@ deps = -rrequirements.txt
[testenv:style]
commands = flake8 ice_validator
-[testenv:py27]
-basepython=python2.7
-
[testenv:py3]
basepython=python3.6