summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-14 17:36:25 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-14 17:36:25 -0500
commitefa4567cc2f440d04c3ce31572b8ee2c7e960cb7 (patch)
tree197511f16110827e5bd5830dbaf721d4d0e4824e /Makefile
parent3d8e48162df541de153ee0f23f75074e2fc13376 (diff)
downloadpython-coveragepy-efa4567cc2f440d04c3ce31572b8ee2c7e960cb7.tar.gz
Use oldest versions to smoke, to find problems sooner
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9b93b8b..c8c875d 100644
--- a/Makefile
+++ b/Makefile
@@ -50,10 +50,10 @@ test:
TOX_SMOKE_ARGS = -n 6 -m "not expensive" --maxfail=3 $(ARGS)
smoke:
- COVERAGE_NO_PYTRACER=1 tox -e py27,py35 -- $(TOX_SMOKE_ARGS)
+ COVERAGE_NO_PYTRACER=1 tox -e py26,py33 -- $(TOX_SMOKE_ARGS)
pysmoke:
- COVERAGE_NO_CTRACER=1 tox -e py27,py35 -- $(TOX_SMOKE_ARGS)
+ COVERAGE_NO_CTRACER=1 tox -e py26,py33 -- $(TOX_SMOKE_ARGS)
metacov:
COVERAGE_COVERAGE=yes tox $(ARGS)