commit | 05a3658159fb16f4f8e8027fb05bda09966f8185 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:27:05 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:27:05 2018 +0200 |
tree | d30680c73448d272894c15e43a9164fe61897d16 | |
parent | 3e3c053444927405d9ed532678669cd518fc0690 [diff] [blame] |
Fix Python version for Travis CI tests Change-Id: I440c5872d4cbe12cb546923a6be943140619915a
diff --git a/.travis.yml b/.travis.yml index 480f9f9..bc58509 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker