commit | 0d51ce4823858292ddc10ca89b6d8114fcd9fd70 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 21 15:28:45 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Tue Jul 10 10:16:43 2018 +0200 |
tree | d2f270f22c799877009ba763032d73fc37255046 | |
parent | c1198befd62fb5d5a05109c79668c714baf7014d [diff] [blame] |
Fix Python version for Travis CI tests Remove unnecessary group declaration causing conflicting IDs Change-Id: I4efffcabd0abb20e9374ff1a236a6dc50ad4fb9a
diff --git a/.travis.yml b/.travis.yml index ff701f6..0abbcea 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,3 +1,6 @@ +language: python +python: +- "2.7.13" sudo: required services: - docker