diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-02-18 02:34:59 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-02-18 02:34:59 -0500 |
| commit | 0ed367a31c33b6b1e892a53e01ec97f488bb2bca (patch) | |
| tree | 1c0b06f8e2f12936f23a5106fd80d51ed917e0a7 | |
| parent | c4815c24ccd1989516913ec2854ae371d011a3f0 (diff) | |
| download | tablib-0ed367a31c33b6b1e892a53e01ec97f488bb2bca.tar.gz | |
I can see how that would cause a problem.
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
