2014-06-28 20:30:10 +04:00
|
|
|
language:
|
|
|
|
- objective-c
|
|
|
|
|
|
|
|
env:
|
|
|
|
matrix:
|
2014-06-28 21:31:38 +04:00
|
|
|
- VERSION=2.7.7
|
|
|
|
- VERSION=3.3.5
|
|
|
|
- VERSION=3.4.1
|
2014-06-28 20:30:10 +04:00
|
|
|
|
|
|
|
install:
|
|
|
|
- source run_install.sh
|
|
|
|
- get_python_environment macpython $VERSION venv
|
|
|
|
- pip install delocate
|
|
|
|
- cd Pillow
|
|
|
|
- python setup.py bdist_wheel
|
|
|
|
- delocate-wheel dist/*.whl
|
|
|
|
- pip install dist/*.whl
|
|
|
|
- cd ..
|
|
|
|
|
|
|
|
script:
|
|
|
|
- cd Pillow
|
|
|
|
- python selftest.py --installed
|
|
|
|
- cd ..
|
|
|
|
|
2014-06-28 21:31:38 +04:00
|
|
|
before_deploy: cd Pillow/dist
|
2014-06-28 20:30:10 +04:00
|
|
|
deploy:
|
|
|
|
provider: cloudfiles
|
|
|
|
username: travis-worker
|
|
|
|
api_key:
|
|
|
|
secure: U+rKEiR6sQ+vsTJt3MuqqZwWvPV4gkjnQvzeR6cP9JZpfvkKuaa+vcgj7OngZ69DUgFTzRiTnFAxCbArGpDUkbP9V+kX5UgkePMdxhK+j9V0UOo8g+QwZtlqmV78pTXemWndwbqcy0uyfxuBpxhPXGSAHuzk+pZUbhH2zSEfh0s=
|
|
|
|
region: ORD
|
|
|
|
container: wheels
|
|
|
|
skip_cleanup: true
|