From e0786fc45d2f0ae38a058e066bc2bd9cb4071543 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 13 Jan 2017 07:30:37 -0500 Subject: More smoke-test targets --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a9a5a729..9b93b8bd 100644 --- a/Makefile +++ b/Makefile @@ -47,8 +47,13 @@ pep8: test: tox -e py27,py35 $(ARGS) +TOX_SMOKE_ARGS = -n 6 -m "not expensive" --maxfail=3 $(ARGS) + smoke: - COVERAGE_NO_PYTRACER=1 tox -e py27,py35 -- -n 6 -m "not expensive" $(ARGS) + COVERAGE_NO_PYTRACER=1 tox -e py27,py35 -- $(TOX_SMOKE_ARGS) + +pysmoke: + COVERAGE_NO_CTRACER=1 tox -e py27,py35 -- $(TOX_SMOKE_ARGS) metacov: COVERAGE_COVERAGE=yes tox $(ARGS) -- cgit v1.2.1