vici: Execute python tests during "check" if py.test is available

This commit is contained in:
Martin Willi
2015-03-18 13:59:15 +01:00
parent 07302b2f7c
commit c7e3c5943f
@@ -26,3 +26,7 @@ clean-local: setup.py
install-exec-local: dist/vici-$(PACKAGE_VERSION)-py$(PYTHON_VERSION).egg
$(EASY_INSTALL) $(PYTHONEGGINSTALLDIR) \
dist/vici-$(PACKAGE_VERSION)-py$(PYTHON_VERSION).egg
if USE_PY_TEST
TESTS = $(PY_TEST)
endif