commit | acc0cf8e23e66a7fa4f512d46889a2b3698778ff | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:26:54 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:26:54 2018 +0200 |
tree | 59d6acd6ce4b2b26e79ab656f63c0f5521f63c89 | |
parent | 77f9775aa1d3c0b6db43849330e82f7580c21d6d [diff] [blame] |
Fix Python version for Travis CI tests Change-Id: Iebf2324cc49bad81b5e8e098be8baff4f518d839
diff --git a/.travis.yml b/.travis.yml index 0b81adf..50f757c 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker