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