commit | 9bf9e4bdea21fad39c4e9ea9f8c01c79a9558523 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:31:20 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:31:20 2018 +0200 |
tree | b917eda3e9591d8417782d11dfbe69511024a834 | |
parent | 46343b23fdc1310e9db3a2046e87475dcae23934 [diff] |
Fix Python version for Travis CI tests Change-Id: I40a4f2135dd3974b1e50620b6e950daf59f58f30
diff --git a/.travis.yml b/.travis.yml index 14e83f0..c4a78d7 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker