We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9158037 commit 0045ccaCopy full SHA for 0045cca
Makefile
@@ -91,6 +91,8 @@ release-test:
91
python3 selftest.py
92
python3 -m pytest Tests
93
python3 setup.py install
94
+ -rm dist/*.egg
95
+ -rmdir dist
96
python3 -m pytest -qq
97
check-manifest
98
pyroma .
0 commit comments