[VVP-82] Added Dockerfile for validations
[vvp/validation-scripts.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 800b134..c8468a5 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -40,7 +40,7 @@
 
 [tox]
 skipsdist=True
-envlist = py27,py3,style
+envlist = py3,style
 
 [testenv]
 distribute = False
@@ -50,16 +50,12 @@ commands =
     coverage run --module pytest ice_validator/tests --self-test -rxXs
     coverage xml
 deps = -rrequirements.txt
-    flake8
-    coverage
-    pytest
+    flake8==3.4.1
+    coverage==4.5.1
 
 [testenv:style]
 commands = flake8 ice_validator
 
-[testenv:py27]
-basepython=python2.7
-
 [testenv:py3]
 basepython=python3.6