summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-02-18 02:34:59 -0500
committerKenneth Reitz <me@kennethreitz.com>2011-02-18 02:34:59 -0500
commit0ed367a31c33b6b1e892a53e01ec97f488bb2bca (patch)
tree1c0b06f8e2f12936f23a5106fd80d51ed917e0a7
parentc4815c24ccd1989516913ec2854ae371d011a3f0 (diff)
downloadtablib-0ed367a31c33b6b1e892a53e01ec97f488bb2bca.tar.gz
I can see how that would cause a problem.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f40dc60..9cef9b3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
envlist = py24,py25,py26,py27
[testenv]
-commands=py.test –junitxml=junit-{envname}.xml
+commands=py.test --junitxml=junit-{envname}.xml
deps =
nose
simplejson