mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
8534e67546
This Makefile completely automates my pre-release testing routine which typically occurs only in Python 2.7, but gives me a "good enough" view of the status quo.
12 lines
234 B
Makefile
12 lines
234 B
Makefile
pre:
|
|
virtualenv .
|
|
bin/pip install -r requirements.txt
|
|
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
|