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
commit97e71354ab82ca573df2dd90c60c510aab6b663d (patch)
treeea91344f1567e48f786bc347f78c5bb0323fa16b /Makefile
parent0ad9ce7affb80fc7716d5de8df38b246282ea55c (diff)
downloadpython-coveragepy-97e71354ab82ca573df2dd90c60c510aab6b663d.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 6174d77..a3c375e 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)