update readme with travis icon
This commit is contained in:
parent
fcdbc612a5
commit
201082fefb
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
python-terraform is a python module provide a wrapper of `terraform` command line tool.
|
python-terraform is a python module provide a wrapper of `terraform` command line tool.
|
||||||
`terraform` is a tool made by Hashicorp, please refer to https://terraform.io/
|
`terraform` is a tool made by Hashicorp, please refer to https://terraform.io/
|
||||||
|
|
||||||
## This project is not stable yet
|
### Status
|
||||||
|
[![Build Status](https://travis-ci.org/beelit94/python-terraform.svg?branch=develop)](https://travis-ci.org/beelit94/python-terraform)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
pip install git+https://github.com/beelit94/python-terraform.git@develop
|
pip install git+https://github.com/beelit94/python-terraform.git@develop
|
||||||
|
|
Loading…
Reference in a new issue