mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-04 05:03:14 +03:00
Configure setuptools to run nosetests, fixes #729
http://nose.readthedocs.org/en/latest/setuptools_integration.html
This commit is contained in:
parent
5114425f6b
commit
0d64171481
|
@ -4,6 +4,9 @@ Changelog (Pillow)
|
||||||
2.8.0 (unreleased)
|
2.8.0 (unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
- Configure setuptools to run nosetests, fixes #729
|
||||||
|
[aclark]
|
||||||
|
|
||||||
- Various code health fixes
|
- Various code health fixes
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -754,7 +754,7 @@ setup(
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
scripts=glob.glob("Scripts/pil*.py"),
|
scripts=glob.glob("Scripts/pil*.py"),
|
||||||
test_suite='PIL.tests',
|
test_suite='nose.collector',
|
||||||
keywords=["Imaging", ],
|
keywords=["Imaging", ],
|
||||||
license='Standard PIL License',
|
license='Standard PIL License',
|
||||||
zip_safe= not debug_build(),
|
zip_safe= not debug_build(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user