Add requirements for repeatable install
[diaspy.git] / Makefile
index 1d37e63fd3c0bf6211b217c3ad19362c9e1fb57a..e30d53c8e00800e81f7999fa4d3118a3c66f32cf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,10 @@ test:
        python3 -m unittest --verbose --catch --failfast tests.py
 
 test-python2:
-       python2 -m unittest --verbose --catch --failfast tests.py
+       python2 -m unittest --verbose --catch --failfast tests
 
 clean:
+       rm -v ./{diaspy/,}*.pyc
        rm -rv ./{diaspy/,}__pycache__/
 
 install: