ref: 70c6e39999776954d3478c2ab35369a9a7a3dcd4
parent: 73aac2a02f9476febd91150663c7ee03ac120c45
author: Paul Brossier <piem@piem.org>
date: Thu Apr 21 22:12:26 EDT 2016
Makefile: use './setup.py install' to test
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@
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