Skip to content

Commit

Permalink
added extra data to test results to show which version of python it's…
Browse files Browse the repository at this point in the history
… running them on.
  • Loading branch information
henryborchers committed Nov 16, 2016
1 parent 104b24c commit 004e9fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -9,10 +9,10 @@ deps=
pytest
mock
commands=
py.test --junitxml=junit-{envname}.xml --basetemp={envtmpdir} {posargs}
py.test --junitxml=junit-{envname}.xml --junit-prefix={envname} --basetemp={envtmpdir} {posargs}

[testenv:py35]
deps=
pytest
commands=
py.test --junitxml=junit-{envname}.xml --basetemp={envtmpdir} {posargs}
py.test --junitxml=junit-{envname}.xml --junit-prefix={envname} --basetemp={envtmpdir} {posargs}

0 comments on commit 004e9fd

Please sign in to comment.