From 5e2ed49044543b181b14adc06ed6b657481bec1b Mon Sep 17 00:00:00 2001 From: Jiri Kucera Date: Fri, 19 Jul 2019 11:58:49 +0200 Subject: [PATCH] Add trusty to make python2.6 available --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 84eb72f..a10e261 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python matrix: include: - python: 2.6 + dist: trusty # If the role contains python code that should be linted and tested, say # this by setting LSR_USE_PYTHON environment variable to the value that # evaluates as true in the role's repository settings page at