tox.ini: make test and test-coverage look the same
This commit is contained in:
parent
74b4a10ac1
commit
2d85c71099
3
tox.ini
3
tox.ini
|
@ -24,7 +24,7 @@ install_command= pip install {packages}
|
||||||
commands =
|
commands =
|
||||||
pyflakes setup.py src
|
pyflakes setup.py src
|
||||||
wormhole --version
|
wormhole --version
|
||||||
python -m wormhole.test.run_trial {posargs:wormhole.test}
|
python -m wormhole.test.run_trial {posargs:wormhole}
|
||||||
|
|
||||||
|
|
||||||
# on windows, trial is installed as venv/bin/trial.py, not .exe, but (at
|
# on windows, trial is installed as venv/bin/trial.py, not .exe, but (at
|
||||||
|
@ -39,6 +39,7 @@ deps =
|
||||||
pyflakes >= 1.2.3
|
pyflakes >= 1.2.3
|
||||||
mock
|
mock
|
||||||
coverage
|
coverage
|
||||||
|
install_command = pip install {packages}
|
||||||
commands =
|
commands =
|
||||||
pyflakes setup.py src
|
pyflakes setup.py src
|
||||||
wormhole --version
|
wormhole --version
|
||||||
|
|
Loading…
Reference in New Issue
Block a user