mirror of https://github.com/docker/compose.git
24 lines
511 B
YAML
24 lines
511 B
YAML
language: python
|
|
python:
|
|
- '2.6'
|
|
- '2.7'
|
|
- '3.2'
|
|
- '3.3'
|
|
matrix:
|
|
allow_failures:
|
|
- python: '3.2'
|
|
- python: '3.3'
|
|
install: script/travis-install
|
|
script:
|
|
- pwd
|
|
- env
|
|
- sekexe/run "`pwd`/script/travis $TRAVIS_PYTHON_VERSION"
|
|
deploy:
|
|
provider: pypi
|
|
user: orchard
|
|
password:
|
|
secure: M8UMupCLSsB1hV00Zn6ra8Vg81SCFBpbcRsa0nUw9kgXn9hOCESWYVHTqQ1ksWZOa8z6WMaqYtoosPKXGJQNf0wF/kEVDsMUeaZWOF/PqDkx1EwQ1diVfwlbN4/k0iX+Se7SrZfiWnJiAqiIPqToQipvLlJohqf8WwfPcVvILVE=
|
|
on:
|
|
tags: true
|
|
repo: orchardup/fig
|