From: Paul Brossier Date: Fri, 22 Apr 2016 00:12:26 +0000 (+0200) Subject: Makefile: use './setup.py install' to test X-Git-Tag: 0.4.4~300^2~262 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=70c6e39999776954d3478c2ab35369a9a7a3dcd4;p=aubio.git Makefile: use './setup.py install' to test --- diff --git a/Makefile b/Makefile index 64f3211f..779a0d54 100644 --- 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