mirror of
https://github.com/docker/compose.git
synced 2025-07-22 21:24:38 +02:00
Merge pull request #390 from bfirsh/remove-integration-tests-from-ci
Remove integration tests from ci
This commit is contained in:
commit
6ab084a338
21
.travis.yml
21
.travis.yml
@ -2,29 +2,10 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- '2.6'
|
- '2.6'
|
||||||
- '2.7'
|
- '2.7'
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- secure: exbot0LTV/0Wic6ElKCrOZmh2ZrieuGwEqfYKf5rVuwu1sLngYRihh+lBL/hTwc79NSu829pbwiWfsQZrXbk/yvaS7avGR0CLDoipyPxlYa2/rfs/o4OdTZqXv0LcFmmd54j5QBMpWU1S+CYOwNkwas57trrvIpPbzWjMtfYzOU=
|
|
||||||
install:
|
install:
|
||||||
- pip install .
|
- pip install .
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install -r requirements-dev.txt
|
- pip install -r requirements-dev.txt
|
||||||
- sudo curl -L -o /usr/local/bin/orchard https://github.com/orchardup/go-orchard/releases/download/2.0.5/linux
|
|
||||||
- sudo chmod +x /usr/local/bin/orchard
|
|
||||||
before_script:
|
|
||||||
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then orchard hosts rm -f $TRAVIS_JOB_ID || true; fi'
|
|
||||||
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then orchard hosts create $TRAVIS_JOB_ID; fi'
|
|
||||||
script:
|
script:
|
||||||
- nosetests tests/unit
|
|
||||||
- flake8 fig
|
- flake8 fig
|
||||||
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then script/travis-integration; fi'
|
- nosetests tests/unit
|
||||||
after_script:
|
|
||||||
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then orchard hosts rm -f $TRAVIS_JOB_ID; fi'
|
|
||||||
deploy:
|
|
||||||
provider: pypi
|
|
||||||
user: orchard
|
|
||||||
password:
|
|
||||||
secure: M8UMupCLSsB1hV00Zn6ra8Vg81SCFBpbcRsa0nUw9kgXn9hOCESWYVHTqQ1ksWZOa8z6WMaqYtoosPKXGJQNf0wF/kEVDsMUeaZWOF/PqDkx1EwQ1diVfwlbN4/k0iX+Se7SrZfiWnJiAqiIPqToQipvLlJohqf8WwfPcVvILVE=
|
|
||||||
on:
|
|
||||||
tags: true
|
|
||||||
repo: orchardup/fig
|
|
||||||
|
@ -91,3 +91,8 @@ The easiest way to do this is to use the `--signoff` flag when committing. E.g.:
|
|||||||
5. Publish GitHub release, creating tag
|
5. Publish GitHub release, creating tag
|
||||||
|
|
||||||
6. Update website with `script/deploy-docs`
|
6. Update website with `script/deploy-docs`
|
||||||
|
|
||||||
|
7. Upload PyPi package
|
||||||
|
|
||||||
|
$ git checkout $VERSION
|
||||||
|
$ python setup.py sdist upload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user