commit | 5cbc5494d04c0c2843c60ee2ae312e181bc54ab9 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:28:02 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:28:02 2018 +0200 |
tree | 2e6cb2e82d0634a8f1d0528ba1d4579595424a31 | |
parent | 7dff6cda469b7013e78950a2b1557323cb3eaed7 [diff] |
Fix Python version for Travis CI tests Change-Id: Icbd5205a392e71ac07ef18806e598a1408b12db2
diff --git a/.travis.yml b/.travis.yml index e06e7fa..2b944cd 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker