From 70c6e39999776954d3478c2ab35369a9a7a3dcd4 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 22 Apr 2016 02:12:26 +0200 Subject: [PATCH] Makefile: use './setup.py install' to test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0