mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-11 00:32:27 +03:00
Merge pull request #19 from matthew-brett/fix-py35-building
MRG: fix Python 3.5 building; remove workaround
This commit is contained in:
commit
2570822ca6
|
@ -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;
|
||||||
|
@ -40,8 +43,6 @@ script:
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- cd $REPO_DIR/dist
|
- cd $REPO_DIR/dist
|
||||||
# Fix for https://github.com/travis-ci/travis-ci/issues/4635
|
|
||||||
- rvm 1.9.3 do gem install net-ssh -v 2.9.2
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: cloudfiles
|
provider: cloudfiles
|
||||||
|
|
Loading…
Reference in New Issue
Block a user