Python tests don't need to have JS dependencies installed.

This commit is contained in:
Dave Page 2017-11-16 12:01:22 +00:00
parent 537f6f0ab1
commit 3c27d2fd7e

View File

@ -37,7 +37,7 @@ linter:
check: install-node bundle linter
cd web && yarn run karma start -- --single-run && python regression/runtests.py
check-python: install-node bundle
check-python:
cd web && python regression/runtests.py --exclude feature_tests
check-feature: install-node bundle