commit | 3950d7171e3260a5c60c1b0963da254b64f95cad | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:29:57 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:29:57 2018 +0200 |
tree | 215ed0360952a83d3b7f374286238ea455d4df5c | |
parent | c7ed054b9fac4641447c96465fae231c69b4a99f [diff] |
Fix Python version for Travis CI tests Change-Id: I32bc018062e241f0795b41ab936fc5dd33456796
diff --git a/.travis.yml b/.travis.yml index 31035b2..5066bb4 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker