Makefile: use './setup.py install' to test
authorPaul Brossier <piem@piem.org>
Fri, 22 Apr 2016 00:12:26 +0000 (02:12 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 22 Apr 2016 00:12:26 +0000 (02:12 +0200)
Makefile

index 64f3211..779a0d5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ build_python:
        cd python && ./setup.py build
 
 test_python:
-       cd python && ./setup.py develop && ./tests/run_all_tests
+       cd python && ./setup.py install && ./tests/run_all_tests
 
 clean_python:
        cd python && ./setup.py clean