commit | d027f88d851e7b3df3b768408b895003374a6517 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:29:54 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:29:54 2018 +0200 |
tree | 2b9bafd271e480f4caf31b1e4f6d6e225e49c763 | |
parent | 0908f5def8641fdde08e895c4deccc5562bec301 [diff] [blame] |
Fix Python version for Travis CI tests Change-Id: I46e9221abfec75743b31919d7258f24c8e957cab
diff --git a/.travis.yml b/.travis.yml index 17da7a7..723f241 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker