commit | 6b3a090a2f410949f9498e754a4e9f84ea1b152a | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:28:49 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:28:49 2018 +0200 |
tree | 63e03dfa004fd2eb60379ccb48b18430a60f4094 | |
parent | f05030abc17085ed1e58a30e3621e9763f4d6c2e [diff] [blame] |
Fix Python version for Travis CI tests Change-Id: I4bfc161ad2a0ad6872b945589663f0df10c781ec
diff --git a/.travis.yml b/.travis.yml index d155429..c685e7c 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker