File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,24 +2,13 @@ language: python
22python :
33- ' 2.6'
44- ' 2.7'
5- env :
6- global :
7- - secure : exbot0LTV/0Wic6ElKCrOZmh2ZrieuGwEqfYKf5rVuwu1sLngYRihh+lBL/hTwc79NSu829pbwiWfsQZrXbk/yvaS7avGR0CLDoipyPxlYa2/rfs/o4OdTZqXv0LcFmmd54j5QBMpWU1S+CYOwNkwas57trrvIpPbzWjMtfYzOU=
85install :
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'
179script :
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
2312deploy :
2413 provider : pypi
2514 user : orchard
You can’t perform that action at this time.
0 commit comments