Skip to content

Commit 6ab084a

Browse files
committed
Merge pull request #390 from bfirsh/remove-integration-tests-from-ci
Remove integration tests from ci
2 parents b690b0d + bbcbe9d commit 6ab084a

2 files changed

Lines changed: 6 additions & 20 deletions

File tree

.travis.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,10 @@ language: python
22
python:
33
- '2.6'
44
- '2.7'
5-
env:
6-
global:
7-
- secure: exbot0LTV/0Wic6ElKCrOZmh2ZrieuGwEqfYKf5rVuwu1sLngYRihh+lBL/hTwc79NSu829pbwiWfsQZrXbk/yvaS7avGR0CLDoipyPxlYa2/rfs/o4OdTZqXv0LcFmmd54j5QBMpWU1S+CYOwNkwas57trrvIpPbzWjMtfYzOU=
85
install:
96
- pip install .
107
- pip install -r requirements.txt
118
- pip install -r requirements-dev.txt
12-
- sudo curl -L -o /usr/local/bin/orchard https://github.com/orchardup/go-orchard/releases/download/2.0.5/linux
13-
- sudo chmod +x /usr/local/bin/orchard
14-
before_script:
15-
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then orchard hosts rm -f $TRAVIS_JOB_ID || true; fi'
16-
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then orchard hosts create $TRAVIS_JOB_ID; fi'
179
script:
18-
- nosetests tests/unit
1910
- flake8 fig
20-
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then script/travis-integration; fi'
21-
after_script:
22-
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then orchard hosts rm -f $TRAVIS_JOB_ID; fi'
23-
deploy:
24-
provider: pypi
25-
user: orchard
26-
password:
27-
secure: M8UMupCLSsB1hV00Zn6ra8Vg81SCFBpbcRsa0nUw9kgXn9hOCESWYVHTqQ1ksWZOa8z6WMaqYtoosPKXGJQNf0wF/kEVDsMUeaZWOF/PqDkx1EwQ1diVfwlbN4/k0iX+Se7SrZfiWnJiAqiIPqToQipvLlJohqf8WwfPcVvILVE=
28-
on:
29-
tags: true
30-
repo: orchardup/fig
11+
- nosetests tests/unit

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,8 @@ The easiest way to do this is to use the `--signoff` flag when committing. E.g.:
9191
5. Publish GitHub release, creating tag
9292

9393
6. Update website with `script/deploy-docs`
94+
95+
7. Upload PyPi package
96+
97+
$ git checkout $VERSION
98+
$ python setup.py sdist upload

0 commit comments

Comments
 (0)