commit | 8bd758d3d0fc7e74983ae11a885436128327f7d2 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:30:08 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:30:08 2018 +0200 |
tree | 0b894f8d7fad0d2f423cf5a57bc61d34c817521e | |
parent | dc96979cd79bf0a9fe2243857f3868f3f293928d [diff] |
Fix Python version for Travis CI tests Change-Id: I04e18c105e2d6cdc70a97f830322a569ff89ab57
diff --git a/.travis.yml b/.travis.yml index dee4051..a8b03a5 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker