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

This commit is contained in:
Martin Willi 2015-03-11 10:18:56 +01:00
parent 07302b2f7c
commit c7e3c5943f
1 changed files with 4 additions and 0 deletions

View File

@ -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