Skip to content

Commit 1a240f5

Browse files
committed
Remove integration tests from Travis
Orchard is going away and Travis will be able to run these soon anyway. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
1 parent df7bc8c commit 1a240f5

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.travis.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,13 @@ 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'
11+
- nosetests tests/unit
2312
deploy:
2413
provider: pypi
2514
user: orchard

0 commit comments

Comments
 (0)