Skip to content

Commit

Permalink
tox: order related py.test cmdline flags together
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler committed Mar 31, 2014
1 parent bd8cdc4 commit 5970350
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 @@ -24,9 +24,9 @@ commands = pyflakes zpm setup.py zpmlib
[testenv:full]
commands = py.test \
--doctest-modules \
--junit-xml junit.xml \
--cov-report html \
--cov-report xml \
--junit-xml junit.xml \
--cov zpmlib \
zpmlib

Expand Down

0 comments on commit 5970350

Please sign in to comment.