commit | c10789d0ec33225d7dbc38c4c01fdb90f8dc70bb | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:30:44 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:30:44 2018 +0200 |
tree | 9e646c653f276a66267a720cb65f2c34da48bafd | |
parent | f5c8bf012bab432ba47e872689e2fd5fb41311d7 [diff] |
Fix Python version for Travis CI tests Change-Id: Ied27033f0a1e438c2595b3c9c43992141907cd17
diff --git a/.travis.yml b/.travis.yml index 4fd7f0d..ff409ec 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker