commit | dda63c03257cd767fce9ba471ca2e66595bfa850 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:27:55 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:27:55 2018 +0200 |
tree | 5b1597d44b677174477135a561a2bcd0975f82f7 | |
parent | 0ce7663e8104e6fa4b87eac3f132755d773550b7 [diff] [blame] |
Fix Python version for Travis CI tests Change-Id: Iafa458d4699b4074122a85f9f3c60f46f07cc9c1
diff --git a/.travis.yml b/.travis.yml index 7c4a0fa..f4dfa47 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker