components/python/pytest-cov/Makefile
changeset 4984 7145b15b7f0d
parent 4339 6501cf9c29f9
child 5682 94c0ca64c022
--- a/components/python/pytest-cov/Makefile	Tue Oct 20 05:38:14 2015 -0700
+++ b/components/python/pytest-cov/Makefile	Tue Oct 20 15:05:05 2015 -0700
@@ -37,7 +37,7 @@
 # pytest-cov itself is Python 3 ready (builds & publishes cleanly with usual
 # changes applied) but it depends on cov-core which depends on coverage which
 # needs to be upgraded.  Thus, skip Python 3 until then.
-PYTHON_VERSIONS=	2.7 2.6
+PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/setup.py.mk