]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
install the project before trying to run the tests
authorAlfredo Deza <adeza@redhat.com>
Tue, 1 Mar 2016 16:20:03 +0000 (11:20 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 1 Mar 2016 16:20:03 +0000 (11:20 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-installer-coverage/build/build

index 64cdb2888dc3ba78c27f983f7bc2fa1d5c5e8ef7..cd26421ae6392b6213916d6b78415ac00649baa4 100644 (file)
@@ -7,4 +7,5 @@ install_python_packages "pkgs[@]"
 
 # run py.test, output both junit from unit tests and coverage report (should
 # spit out a coverage.xml file)
+$VENV/python setup.py develop
 $VENV/py.test -v  --junitxml junit.xml --cov-report xml --cov ceph_installer