From 37f46a1cd475bd07e888a68fe096c840efeb978e Mon Sep 17 00:00:00 2001 From: Freddy Tan Date: Sat, 19 Nov 2016 23:30:25 +0800 Subject: [PATCH] try to build on travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1515c44..2fc7f35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ before_script: - 'unzip terraform_0.7.11_linux_amd64.zip -d tf_bin' install: + - "curl https://bootstrap.pypa.io/ez_setup.py -o - | python" - "pip install -r test/requirements.txt" - "pip install ." # command to run tests