summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-25 19:40:48 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-25 19:40:48 +0200
commit3722218dc8e8013f4563bd4f2207f50eeec22c57 (patch)
treeab89a88fa20486a4f562d82dc879a80767ac90e2 /tox.ini
parentf91a5a4d62de9b1d31c2263fab168165e1765830 (diff)
downloadgemato-3722218dc8e8013f4563bd4f2207f50eeec22c57.tar.gz
tox: Add an extra environment with minimal set of deps
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