From 0869ac012909e93add21a4a4e21d9bb63ceb058a Mon Sep 17 00:00:00 2001 From: cclauss Date: Wed, 17 Apr 2019 19:09:24 +0200 Subject: Python 2.6 and 3.3 NEED Trusty --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2bef902..0667f0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,7 @@ cache: - "$HOME/.cache/pip" - "$HOME/.pyenv" python: - - 2.6 - 2.7 - - 3.3 - 3.4 - 3.5 - 3.6 @@ -16,6 +14,10 @@ python: - pypy3 matrix: include: + - python: '2.6' + dist: trusty + - python: '3.3' + dist: trusty - python: '3.7' services: - docker -- cgit v1.2.1