summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-01-23 08:48:15 +0100
committerholger krekel <holger@merlinux.eu>2014-01-23 08:48:15 +0100
commitb33b1f5d79634e4b214d3a8c7ca110cd4b77349b (patch)
tree03d05d95a04cd63c275478f5989d3c5f3441ca57 /tox.ini
parent04cdb6f55ef53f1f4196969d47f6216b03661d74 (diff)
downloadtox-b33b1f5d79634e4b214d3a8c7ca110cd4b77349b.tar.gz
fix issue140: depend on virtualenv>=1.11.1
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index f2fc791..58858d3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,6 +8,11 @@ commands=echo {posargs}
commands=py.test --junitxml={envlogdir}/junit-{envname}.xml {posargs}
deps=pytest>=2.3.5
+[testenv:x]
+setenv=
+ HELLO=echo hello world
+commands={env:HELLO}
+
[testenv:docs]
basepython=python
changedir=doc