summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 0 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index 2c63c292..00000000
--- a/tox.ini
+++ /dev/null
@@ -1,7 +0,0 @@
-[tox]
-envlist = py27, py35, py36, py37
-[testenv]
-deps =
- nose
- coverage
-commands = python -d tests/run.py {posargs}