mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Clean up Makefile [ci skip]
This commit is contained in:
parent
70b2be6bd5
commit
e69d028b6e
14
Makefile
14
Makefile
|
@ -11,7 +11,7 @@ coverage:
|
|||
coverage erase
|
||||
coverage run --parallel-mode --include=PIL/* selftest.py
|
||||
nosetests --with-cov --cov='PIL/' --cov-report=html Tests/test_*.py
|
||||
# XXX Doesn't combine properly before report, writing report instead of displaying invalid report.
|
||||
# Doesn't combine properly before report, writing report instead of displaying invalid report.
|
||||
rm -r htmlcov || true
|
||||
coverage combine
|
||||
coverage report
|
||||
|
@ -64,14 +64,12 @@ sdist:
|
|||
test:
|
||||
python test-installed.py
|
||||
|
||||
# Test sdist upload via test.pythonpackages.com. Create .pypirc first:
|
||||
#
|
||||
# [test]
|
||||
# username:
|
||||
# password:
|
||||
# repository = http://test.pythonpackages.com
|
||||
#
|
||||
# https://docs.python.org/2/distutils/packageindex.html#the-pypirc-file
|
||||
upload-test:
|
||||
# [test]
|
||||
# username:
|
||||
# password:
|
||||
# repository = http://test.pythonpackages.com
|
||||
python setup.py sdist --format=gztar,zip upload -r test
|
||||
|
||||
upload:
|
||||
|
|
Loading…
Reference in New Issue
Block a user