commit | 1b2923988dd0346a6586938911d54b7a684e4017 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Sep 13 16:04:51 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Sep 13 16:04:51 2018 +0200 |
tree | 96513bb35a639d3d1f0b7621229b2e667ab4c88d | |
parent | e28c250deba9cb3491175c8498b0fe601fe6afe0 [diff] [blame] |
Fix Python version for Travis CI tests Change-Id: Ibbbb99511544ab3bb1532b71942fea15ae0f34a1
diff --git a/.travis.yml b/.travis.yml index 78246a5..fac2153 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker