commit | c2d83ea80bac8b8d04cc8fb17a9e8280d534b8d5 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Fri Apr 21 15:07:59 2017 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 21 15:07:59 2017 +0200 |
tree | 523dcfee6f7c2241fbb3630ce7daf026bde7d34e | |
parent | 04c652c146a947980c48a368efeb600c62a38894 [diff] | |
parent | 1e47abe149328eb7c5c5585979bb63849d0246af [diff] |
Merge pull request #89 from damjanek/master Add option to parametrize checks
diff --git a/.travis.yml b/.travis.yml index 3cb3de2..577330b 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