summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index cd8baa5..e1117cf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = begin,py27,py34,py35,py36,pypy,pypy3,end
+envlist = begin,py27,py34,py35,py36,pypy,pypy3,nodeps,end
# we operate on sources anyway
skipsdist = True
@@ -49,6 +49,11 @@ deps =
deps =
coverage
+[testenv:nodeps]
+basepython = python2.7
+deps =
+ coverage
+
[testenv]
commands = coverage run -p -m unittest discover -v