[VVP] freeze python requirements in vvp projects
[vvp/validation-scripts.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index ad75354..61667f5 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -50,9 +50,8 @@ 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
@@ -64,5 +63,5 @@ basepython=python2.7
 basepython=python3.6
 
 [flake8]
-ignore = W391, W503
+ignore = W391, W503, E501
 max-line-length = 88