commit | bc9dcc593c87695d5262760f5157813e1dde84d7 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:29:32 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:29:32 2018 +0200 |
tree | d930b73e0347a2a2c6c8cf7c62bbdc94a2289712 | |
parent | fd3d880c97722e8dac5938a9def8139e707ecff2 [diff] |
Fix Python version for Travis CI tests Change-Id: I032352571942a35ccf8db56818bc6961ab7ece21
diff --git a/.travis.yml b/.travis.yml index eabffdd..a7585bc 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker