summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2014-04-15 22:45:54 +0200
committerGael Pasgrimaud <gael@gawel.org>2014-04-15 22:45:54 +0200
commit5df48a55cb8df124b30f150b02e957cbbbf1063c (patch)
treec9621a99e693bacab22ba9d7ee185a5b83d56eb5
parentd2eb0b3921987a88ea0bad90bd3ff890abff3602 (diff)
downloadwebtest-5df48a55cb8df124b30f150b02e957cbbbf1063c.tar.gz
what a typo. maybe I need a break..
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5d8a1e8..c56bc31 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,6 @@ envlist=py32,py33,py26,py27,pypy,coverage
[testenv]
commands =
- {executable} --version
{envbindir}/python --version
{envbindir}/nosetests --with-xunit --xunit-file=nosetests-{envname}.xml []
{envbindir}/coverage xml -o coverage-{envname}.xml webtest/*.py