commit | ecdda77ba68d4e1c6f514c1e5901b988631d79cd | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:27:15 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:27:15 2018 +0200 |
tree | d141ef59fc36d0b03fd99acf8096cbcd4e87dea9 | |
parent | 0004d602d2b2e70655e871d0e26e99355906e5a3 [diff] |
Fix Python version for Travis CI tests Change-Id: I5ee4d294e9c0830e09d55bb20bc02d6731107742
diff --git a/.travis.yml b/.travis.yml index ff6288d..7ed9861 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker