VVP - Fixing script for traceability csv
[vvp/validation-scripts.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index ad75354..e414f82 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -52,7 +52,6 @@ commands =
 deps = -rrequirements.txt
     flake8
     coverage
-    pytest
 
 [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