diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2018-08-21 07:24:00 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-08-24 06:54:17 -0400 |
| commit | 6df4275aa5e15e0f9033946837c1168a7dec00d5 (patch) | |
| tree | 5f3411cfadce1f29099c8cfedfd7d25d54f6b1b4 /Makefile | |
| parent | aca3454584e7711a787f7f611837cca9c7d7c996 (diff) | |
| download | python-coveragepy-git-6df4275aa5e15e0f9033946837c1168a7dec00d5.tar.gz | |
Smoke should be quiet, and run failed tests first
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -48,13 +48,13 @@ pep8: test: tox -e py27,py35 $(ARGS) -TOX_SMOKE_ARGS = -n 6 -m "not expensive" --maxfail=3 $(ARGS) +PYTEST_SMOKE_ARGS = -n 6 -m "not expensive" --maxfail=3 $(ARGS) smoke: - COVERAGE_NO_PYTRACER=1 tox -e py27,py34 -- $(TOX_SMOKE_ARGS) + COVERAGE_NO_PYTRACER=1 tox -q -e py27,py34 -- $(PYTEST_SMOKE_ARGS) pysmoke: - COVERAGE_NO_CTRACER=1 tox -e py27,py34 -- $(TOX_SMOKE_ARGS) + COVERAGE_NO_CTRACER=1 tox -q -e py27,py34 -- $(PYTEST_SMOKE_ARGS) metacov: COVERAGE_COVERAGE=yes tox $(ARGS) |
