summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini17
1 files changed, 0 insertions, 17 deletions
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index bf5163c..0000000
--- a/tox.ini
+++ /dev/null
@@ -1,17 +0,0 @@
-[tox]
-envlist = py26,py27,py32,py33,pypy,pep8
-
-[testenv]
-distribute = False
-commands = nosetests -d --with-coverage --cover-inclusive --cover-package cliff []
-deps =
- nose
- mock
- coverage
-
-[testenv:pep8]
-deps = flake8
-commands = flake8 cliff docs/source/conf.py setup.py
-
-[testenv:py26]
-basepython=python2.6