Skip to content

Commit

Permalink
store nosetest results in toxinidir
Browse files Browse the repository at this point in the history
  • Loading branch information
olt committed Feb 22, 2011
1 parent 901acd7 commit 7cac00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ envlist = py25,py26,py27

[testenv]
changedir = {toxworkdir}
commands = nosetests imposm --with-xunit --xunit-file=nosetests-{envname}.xml
commands = nosetests imposm --with-xunit --xunit-file={toxinidir}/nosetests-{envname}.xml
deps = nose>=0.10.4

0 comments on commit 7cac00a

Please sign in to comment.