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