summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-05-05 08:49:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-05-05 08:49:01 -0400
commit692987a02adfaa7e05086c1d4c89228d0525bc2e (patch)
treec03a2d9a28ea2b3cbba0ceba3c44db2da0821868 /Makefile
parent2a35bb182114a4ea47780cd0dc6fa08735e5fbaa (diff)
downloadpython-coveragepy-git-692987a02adfaa7e05086c1d4c89228d0525bc2e.tar.gz
No more support for 2.6 or 3.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6174d777..a3c375e0 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 py26,py33 -- $(TOX_SMOKE_ARGS)
+ COVERAGE_NO_PYTRACER=1 tox -e py27,py34 -- $(TOX_SMOKE_ARGS)
pysmoke:
- COVERAGE_NO_CTRACER=1 tox -e py26,py33 -- $(TOX_SMOKE_ARGS)
+ COVERAGE_NO_CTRACER=1 tox -e py27,py34 -- $(TOX_SMOKE_ARGS)
metacov:
COVERAGE_COVERAGE=yes tox $(ARGS)