Remove Python 3.9 as it is not yet available on Travis

This commit is contained in:
aubustou 2020-10-21 00:48:31 +02:00
parent 053f956774
commit b373f85311

View file

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