mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 19:06:18 +03:00
Merge pull request #4992 from radarhere/egg2
Clean up dist in release-test
This commit is contained in:
commit
834821f84f
2
Makefile
2
Makefile
|
@ -91,6 +91,8 @@ release-test:
|
||||||
python3 selftest.py
|
python3 selftest.py
|
||||||
python3 -m pytest Tests
|
python3 -m pytest Tests
|
||||||
python3 setup.py install
|
python3 setup.py install
|
||||||
|
-rm dist/*.egg
|
||||||
|
-rmdir dist
|
||||||
python3 -m pytest -qq
|
python3 -m pytest -qq
|
||||||
check-manifest
|
check-manifest
|
||||||
pyroma .
|
pyroma .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user