From 825817efe58ff6f10add0dd6609a3f0783d42aa4 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 28 Jun 2018 17:53:18 +0300 Subject: [PATCH] Use Ubuntu 14.04 LTS (Trusty Tahr) for PyPy2/3 and Py3.4, not available on Xenial --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a79b8dc53..ad385a507 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: xenial language: python cache: pip @@ -12,13 +13,16 @@ matrix: fast_finish: true include: - python: "pypy" + dist: trusty - python: "pypy3" + dist: trusty - python: '3.7-dev' - python: '2.7' - python: "2.7_with_system_site_packages" # For PyQt4 - python: '3.6' - python: '3.5' - python: '3.4' + dist: trusty - env: DOCKER="alpine" DOCKER_TAG="pytest" - env: DOCKER="arch" DOCKER_TAG="pytest" # contains PyQt5 - env: DOCKER="ubuntu-trusty-x86" DOCKER_TAG="pytest" @@ -31,8 +35,6 @@ matrix: - env: DOCKER="fedora-26-amd64" DOCKER_TAG="pytest" - env: DOCKER="fedora-27-amd64" DOCKER_TAG="pytest" -dist: xenial - sudo: required services: