commit | ceb80000b27948f2e5a6efd729938f764236e312 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:31:00 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:31:00 2018 +0200 |
tree | b8e0c24fdcdf5e6809096b7e10417bb72236d6c6 | |
parent | 2d78b9fd6961f76c038e211439b26a4b2249f3df [diff] [blame] |
Fix Python version for Travis CI tests Change-Id: I9ce5616c5f2c62aae7f048575c9986638fdede9a
diff --git a/.travis.yml b/.travis.yml index c8024aa..11fc963 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker