Skip to content

Commit

Permalink
chore(python3): wool
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Jun 10, 2019
1 parent d5ee6c4 commit 656c1de
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ python:
- "2.7"
- "3.6"

matrix:
allow_failures:
- python: "2.7"

sudo: false

services:
Expand All @@ -23,5 +19,17 @@ install:
- "cd swagger_client; python setup.py install; cd .."
- "python setup.py install --force"
- "pip install -r test-requirements.txt"
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then pip install -e git+https://git@github.com/uc-cdis/wool.git#egg=wool; fi

after_script:
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 && $PR_NUMBER != false ]]; then wool; fi

script: "py.test -vv tests"

env:
global:
secure: EjugFVi4JqYwWHtU6cwW7sg1faLR1Vzs98AChsDqD2034pU0YxeazdAhy8BSBVbrRPekLVtn6nHtWePgR4fL1SP/Pm01ZOZ6Pr6ra5T0HhVij5wuPcuZB85p38Bz61rqKmh10WAYOJ01C/Mwc6TMjr5aQyUNUFUx6TgCQ98RL0Ah2XZ0noi51EQ4jrK0eQc6sQbXvm/dwxMpfEJcHrM/IzmkQZXnkZ/ikLMKcTLu2v+OqCIWAnt7xYYdd9JvUsZurqfOKBO/Rbuz7oljb2pPI8eMu2FoY0zUBqq9zXD+kvSFXy0TbgDb/H6Ekvv2VLqUvf5PflFKcf3dRZVZQc2+X6oMeEVYOEy9Lg+qMO+bVigy2nWfIuy2UsMmU7eLCO4Svpvg/6cNrSQSMVesno4kjwudIRBLZBjH5er+oCEil5GXjiJ9XKxnpM713HYH3pl8W70zshwjBQpfO8WY7Sny5k8i/fzVitxlLqwmz571i/zSjBu42Sg98DLQ19eAL3tZUOz8jpkGSH/XGJgJnH6VGNf0SCC09tVfqidift4wuOby5rTCOQb01K943cvMZvVWyuXowSt+MvSRrxZR7cCW/hpaCzvSKzkTtHirmTMl9/bV1nkEZWo/M1TbaEQPsG+pbNnKOJWYt6f93toGWBmBw9D5xOW1668ApWD9x519wsk=
matrix:
REPOSITORY="<username>/<repository>" PR_NUMBER="$TRAVIS_PULL_REQUEST"
allow_failures:
- python: "2.7"

0 comments on commit 656c1de

Please sign in to comment.