Updating test env and Contribution doc
This commit is contained in:
parent
a05fc98e8d
commit
3a32241cf1
2 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- '2.7'
|
- '2.7'
|
||||||
- '3.5'
|
|
||||||
- '3.6'
|
- '3.6'
|
||||||
|
- '3.7'
|
||||||
before_install: sudo apt-get install unzip
|
before_install: sudo apt-get install unzip
|
||||||
before_script:
|
before_script:
|
||||||
- export TFVER=0.10.0
|
- export TFVER=0.12.1
|
||||||
- export TFURL=https://releases.hashicorp.com/terraform/
|
- export TFURL=https://releases.hashicorp.com/terraform/
|
||||||
- TFURL+=$TFVER
|
- TFURL+=$TFVER
|
||||||
- TFURL+="/terraform_"
|
- TFURL+="/terraform_"
|
||||||
|
@ -36,7 +36,7 @@ deploy:
|
||||||
on:
|
on:
|
||||||
branch: release/**
|
branch: release/**
|
||||||
tags: false
|
tags: false
|
||||||
condition: $TRAVIS_PYTHON_VERSION = "3.5"
|
condition: $TRAVIS_PYTHON_VERSION = "3.7"
|
||||||
- provider: pypi
|
- provider: pypi
|
||||||
distributions: sdist
|
distributions: sdist
|
||||||
user: beelit94
|
user: beelit94
|
||||||
|
@ -45,7 +45,7 @@ deploy:
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
tags: false
|
tags: false
|
||||||
condition: $TRAVIS_PYTHON_VERSION = "3.5"
|
condition: $TRAVIS_PYTHON_VERSION = "3.7"
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
|
|
0
CONTRIBUTING.md
Normal file
0
CONTRIBUTING.md
Normal file
Loading…
Reference in a new issue