Remove Python 3.9 as it is not yet available on Travis

merge-requests/1/head
aubustou 4 years ago
parent 053f956774
commit b373f85311

@ -3,7 +3,6 @@ python:
- '3.6' - '3.6'
- '3.7' - '3.7'
- '3.8' - '3.8'
- '3.9'
before_install: sudo apt-get install unzip before_install: sudo apt-get install unzip
before_script: before_script:
- export TFVER=0.13.4 - export TFVER=0.13.4
@ -17,7 +16,6 @@ before_script:
- unzip terraform_bin.zip -d tf_bin - unzip terraform_bin.zip -d tf_bin
install: install:
- curl https://bootstrap.pypa.io/ez_setup.py -o - | python - curl https://bootstrap.pypa.io/ez_setup.py -o - | python
- pip install tox-travis
- pip install . - pip install .
script: script:
- export PATH=$PATH:$PWD/tf_bin - export PATH=$PATH:$PWD/tf_bin

Loading…
Cancel
Save