From 3a32241cf1c83f3ebd7106a44ab1bd197e94ad78 Mon Sep 17 00:00:00 2001 From: beelit94 Date: Wed, 5 Jun 2019 00:07:24 -0700 Subject: [PATCH] Updating test env and Contribution doc --- .travis.yml | 8 ++++---- CONTRIBUTING.md | 0 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/.travis.yml b/.travis.yml index bb62e9c..c0420c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: python python: - '2.7' -- '3.5' - '3.6' +- '3.7' before_install: sudo apt-get install unzip before_script: - - export TFVER=0.10.0 + - export TFVER=0.12.1 - export TFURL=https://releases.hashicorp.com/terraform/ - TFURL+=$TFVER - TFURL+="/terraform_" @@ -36,7 +36,7 @@ deploy: on: branch: release/** tags: false - condition: $TRAVIS_PYTHON_VERSION = "3.5" + condition: $TRAVIS_PYTHON_VERSION = "3.7" - provider: pypi distributions: sdist user: beelit94 @@ -45,7 +45,7 @@ deploy: on: branch: master tags: false - condition: $TRAVIS_PYTHON_VERSION = "3.5" + condition: $TRAVIS_PYTHON_VERSION = "3.7" notifications: email: recipients: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e69de29