mirror of https://github.com/docker/compose.git
20 lines
467 B
YAML
20 lines
467 B
YAML
language: python
|
|
python:
|
|
- '2.6'
|
|
- '2.7'
|
|
install:
|
|
- pip install .
|
|
- pip install -r requirements.txt
|
|
- pip install -r requirements-dev.txt
|
|
script:
|
|
- flake8 fig
|
|
- nosetests tests/unit
|
|
deploy:
|
|
provider: pypi
|
|
user: orchard
|
|
password:
|
|
secure: M8UMupCLSsB1hV00Zn6ra8Vg81SCFBpbcRsa0nUw9kgXn9hOCESWYVHTqQ1ksWZOa8z6WMaqYtoosPKXGJQNf0wF/kEVDsMUeaZWOF/PqDkx1EwQ1diVfwlbN4/k0iX+Se7SrZfiWnJiAqiIPqToQipvLlJohqf8WwfPcVvILVE=
|
|
on:
|
|
tags: true
|
|
repo: orchardup/fig
|