You can fetch tag suggestions using diaspy
[diaspy.git] / Makefile
index e9a501a0167c0f196b42aa84c1c8e03982a5c183..1d37e63fd3c0bf6211b217c3ad19362c9e1fb57a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,18 @@
 .PHONY: style-check test
 
 style-check:
-       flake8 ./diaspy/
+       flake8 --max-complexity 6 ./diaspy/
 
 test:
        python3 -m unittest --verbose --catch --failfast tests.py
+
+test-python2:
+       python2 -m unittest --verbose --catch --failfast tests.py
+
+clean:
+       rm -rv ./{diaspy/,}__pycache__/
+
+install:
+       python setup.py install
+       rm -rvf dist/
+       rm -rvf diaspy.egg-info