Add requirements for repeatable install
[diaspy.git] / Makefile
index 91ab8cec56ed445a2cc6240e9e44afd4cc8e9aba..e30d53c8e00800e81f7999fa4d3118a3c66f32cf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,15 @@ style-check:
 
 test:
        python3 -m unittest --verbose --catch --failfast tests.py
+
+test-python2:
+       python2 -m unittest --verbose --catch --failfast tests
+
+clean:
+       rm -v ./{diaspy/,}*.pyc
+       rm -rv ./{diaspy/,}__pycache__/
+
+install:
+       python setup.py install
+       rm -rvf dist/
+       rm -rvf diaspy.egg-info