summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-07-07 22:19:41 +0200
committerholger krekel <holger@merlinux.eu>2011-07-07 22:19:41 +0200
commit3c6be73e4dd66e4bb3d910c62856739fe9c2745a (patch)
tree6f496cd8fd63994511631f8cc0c5cbbd9daff417 /tox.ini
parent69845f035efc1ae99f694af09be035800e46f717 (diff)
downloadtox-3c6be73e4dd66e4bb3d910c62856739fe9c2745a.tar.gz
fix issue 2 - warn if a test command does not come from the test environment.
also refine when the configuration of a virtualenv is written so that a subsequent run can compare to it
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6489bd5..f2cbb7f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,6 @@ indexserver =
[testenv]
commands=py.test --junitxml={envlogdir}/junit-{envname}.xml []
deps=pytest
- py
[testenv:py27-xdist]
commands=py.test -n5 --junitxml={envlogdir}/junit-{envname}.xml []