commit | 2209ad1a8325c47c4dd048bc260fcc36d6f92294 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Sep 13 16:10:34 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Sep 13 16:10:34 2018 +0200 |
tree | ae180b4e5c66063c75b82306944c683d2553b32f | |
parent | 6a66afaf9cbab057aafae921086ca418ae49407f [diff] [blame] |
Fix Python version for Travis CI tests Change-Id: I2282b20eded1b3214468d8b2985b18dc3e9a9d2a
diff --git a/.travis.yml b/.travis.yml index f58cc31..0846964 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker