From b373f85311b81a4aaf2104ac26f15f77bf2d42ba Mon Sep 17 00:00:00 2001 From: aubustou Date: Wed, 21 Oct 2020 00:48:31 +0200 Subject: [PATCH] Remove Python 3.9 as it is not yet available on Travis --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9661ffa..39c16d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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