commit | 6969322bee652d0991a7f2e65325b01f279beaad | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Thu Apr 13 09:59:27 2017 +0200 |
committer | Petr Michalec <epcim@apealive.net> | Thu Apr 13 09:59:27 2017 +0200 |
tree | c417a6d9976e70e13818aac4f375bad3cb666a36 | |
parent | 7ee64827e64c0ba2a83e156eea4aab2292c4a1ab [diff] |
preinstall apt https transport
diff --git a/.travis.yml b/.travis.yml index 2a33688..9ab7afc 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -2,6 +2,11 @@ services: - docker +addons: + apt: + packages: + - apt-transport-https + install: - pip install PyYAML - pip install virtualenv