components/python/pytest-cov/Makefile
branchs11-update
changeset 3778 35735ffdda43
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3777:68aef260e079 3778:35735ffdda43
    32 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/pytest-cov
    32 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/pytest-cov
    33 COMPONENT_BUGDB=	python-mod/pytest-plugins
    33 COMPONENT_BUGDB=	python-mod/pytest-plugins
    34 
    34 
    35 TPNO=			14503
    35 TPNO=			14503
    36 
    36 
       
    37 # pytest-cov itself is Python 3 ready (builds & publishes cleanly with usual
       
    38 # changes applied) but it depends on cov-core which depends on coverage which
       
    39 # needs to be upgraded.  Thus, skip Python 3 until then.
       
    40 PYTHON_VERSIONS=	2.7 2.6
       
    41 
    37 include $(WS_TOP)/make-rules/prep.mk
    42 include $(WS_TOP)/make-rules/prep.mk
    38 include $(WS_TOP)/make-rules/setup.py.mk
    43 include $(WS_TOP)/make-rules/setup.py.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    44 include $(WS_TOP)/make-rules/ips.mk
    40 
    45 
    41 COMPONENT_TEST_DIR =	$(COMPONENT_SRC)
    46 COMPONENT_TEST_DIR =	$(COMPONENT_SRC)