From 2d85c7109938dfde5580f21471a3fdb83f923b59 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 3 Jun 2016 16:15:30 -0700 Subject: [PATCH] tox.ini: make test and test-coverage look the same --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 380909d..36a1650 100644 --- a/tox.ini +++ b/tox.ini @@ -20,11 +20,11 @@ skip_missing_interpreters = True deps = pyflakes >= 1.2.3 mock -install_command= pip install {packages} +install_command = pip install {packages} commands = pyflakes setup.py src 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 @@ -39,6 +39,7 @@ deps = pyflakes >= 1.2.3 mock coverage +install_command = pip install {packages} commands = pyflakes setup.py src wormhole --version