commit | cfe11045fcfd6bf96d130184d506f5ec72eb1d73 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:28:19 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:28:19 2018 +0200 |
tree | e1fab56404b429863dd3c5bdd63750a46723f5ce | |
parent | 700b72cbeb2cd44338a5dc6981a15723101d7718 [diff] [blame] |
Fix Python version for Travis CI tests Change-Id: Idcdeee2165deb988c68b2522f83aa73f6a7a3fb2
diff --git a/.travis.yml b/.travis.yml index 0f978f7..28df064 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker