vici: Execute python tests during "check" if py.test is available
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user