mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
10 lines
183 B
Makefile
10 lines
183 B
Makefile
pre:
|
|
bin/python setup.py develop
|
|
bin/python selftest.py
|
|
bin/nosetests Tests/test_*.py
|
|
bin/python setup.py install
|
|
bin/python test-installed.py
|
|
check-manifest
|
|
pyroma .
|
|
viewdoc
|