Pillow/.travis.yml
2014-06-28 18:31:38 +01:00

34 lines
756 B
YAML

language:
- objective-c
env:
matrix:
- VERSION=2.7.7
- VERSION=3.3.5
- VERSION=3.4.1
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 ..
before_deploy: cd Pillow/dist
deploy:
provider: cloudfiles
username: travis-worker
api_key:
secure: U+rKEiR6sQ+vsTJt3MuqqZwWvPV4gkjnQvzeR6cP9JZpfvkKuaa+vcgj7OngZ69DUgFTzRiTnFAxCbArGpDUkbP9V+kX5UgkePMdxhK+j9V0UOo8g+QwZtlqmV78pTXemWndwbqcy0uyfxuBpxhPXGSAHuzk+pZUbhH2zSEfh0s=
region: ORD
container: wheels
skip_cleanup: true