commit | 808ac55694c3049182b1d392d254a635500b2647 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:26:57 2018 +0200 |
committer | Martin Polreich <mpolreich@mirantis.com> | Mon Jun 25 12:16:55 2018 +0000 |
tree | 01223cc8053fd88138c93e7afadb600b4ea3dc22 | |
parent | 906a2f412b2c635c8fdec20cdb34389b5d422b97 [diff] [blame] |
Fix Python version for Travis CI tests Change-Id: I09d322ab521c6d84d0966bc7e503ff4531c21e18
diff --git a/.travis.yml b/.travis.yml index 36eea65..0bd4d62 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker