From 8e69046d46e8c623d675db289e09f4fd630100a5 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Feb 19 2019 22:29:25 +0000 Subject: add PYTHONPATH for web tests --- diff --git a/Makefile b/Makefile index ffd1b88..e3bc37c 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ test: test3: coverage3 erase - PYTHONPATH=hub/.:plugins/hub/.:plugins/builder/.:plugins/cli/.:cli/. coverage3 run \ + PYTHONPATH=hub/.:plugins/hub/.:plugins/builder/.:plugins/cli/.:cli/.:www/lib coverage3 run \ --rcfile .coveragerc3 --source . \ /usr/bin/nosetests-3 coverage3 report --rcfile .coveragerc3