Remove Python 3.9 as it is not yet available on Travis
This commit is contained in:
parent
053f956774
commit
b373f85311
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue