Fix lispflowmapping RPC CRUD tests
[integration/test.git] / test / tox.ini
index f33ab75db28717f7c6555f4bc1bd7d6c63445ccb..dee125dbe19fe1bd1f84f3c85d87a6a54bb6a385 100644 (file)
@@ -1,4 +1,5 @@
 [tox]
+#minversion=1.6.0
 envlist = pep8
 #skipsdist = true  # Command only available in tox 1.6.0
 
@@ -7,5 +8,6 @@ deps = flake8
 commands = flake8
 
 [flake8]
+show-source = True
 max-line-length = 120