try to build on travis

This commit is contained in:
Freddy Tan 2016-11-19 23:30:25 +08:00
parent 9b14fb38ab
commit 37f46a1cd4

View file

@ -16,6 +16,7 @@ before_script:
- 'unzip terraform_0.7.11_linux_amd64.zip -d tf_bin' - 'unzip terraform_0.7.11_linux_amd64.zip -d tf_bin'
install: install:
- "curl https://bootstrap.pypa.io/ez_setup.py -o - | python"
- "pip install -r test/requirements.txt" - "pip install -r test/requirements.txt"
- "pip install ." - "pip install ."
# command to run tests # command to run tests