mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 02:46:18 +03:00
NF: add Python 3.5 wheel building
Need to update to latest wheel package within virtualenv
This commit is contained in:
parent
34b5bfd51e
commit
46d2be4c0c
|
@ -10,10 +10,13 @@ env:
|
||||||
- VERSION=3.2.5
|
- VERSION=3.2.5
|
||||||
- VERSION=3.3.5
|
- VERSION=3.3.5
|
||||||
- VERSION=3.4.3
|
- VERSION=3.4.3
|
||||||
|
- VERSION=3.5.0
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- source run_install.sh
|
- source run_install.sh
|
||||||
- get_python_environment macpython $VERSION venv
|
- get_python_environment macpython $VERSION venv
|
||||||
|
# Update to latest wheel package for Python 3.5
|
||||||
|
- pip install -U wheel
|
||||||
- pip install delocate
|
- pip install delocate
|
||||||
- if [ -n "$PILLOW_COMMIT" ]; then
|
- if [ -n "$PILLOW_COMMIT" ]; then
|
||||||
checkout_commit $REPO_DIR $PILLOW_COMMIT;
|
checkout_commit $REPO_DIR $PILLOW_COMMIT;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user