Step 2: Move test folder to root
[integration/test.git] / test / tox.ini
diff --git a/test/tox.ini b/test/tox.ini
deleted file mode 100644 (file)
index 78dc428..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-[tox]
-minversion=1.6.0
-envlist = pep8
-skipsdist = true
-
-[testenv:pep8]
-deps = flake8
-commands = flake8
-
-[flake8]
-show-source = True
-max-line-length = 120
-