commit | 207782befd4c8939e6c40535ed3f46eac988bcd9 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:31:32 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:31:32 2018 +0200 |
tree | 773bc60ac715d7465db5ee02a0a8aa5e3039377f | |
parent | 3218f8810961ca822416e3262f6e2b7165085cf9 [diff] [blame] |
Fix Python version for Travis CI tests Change-Id: I24c2fda012fb3159cc858da6a9cf388975cab6b6
diff --git a/.travis.yml b/.travis.yml index 9f61103..517a8f9 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker