@@ -51,5 +51,5 @@ build:
           echo "pip version $(pip --version) running"
           pip install -r requirements/common.txt
           pip install -r requirements/development.txt
-          py.test -v jangle/ tests/
-          pep257 -v ./
+          PYTHONPATH=. py.test -v jangle/ tests/
+          pep257 -v jangle/ tests/