From fc8e1133ac0689309ef9e5e85fb62308aad5640d Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 2 Apr 2019 19:09:37 +0200 Subject: [PATCH] ci: Travis: dist=xenial --- .travis.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b6db4b..41eae13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ -sudo: false +dist: xenial language: python notifications: irc: channels: - - 'chat.freenode.net#pytest' + - 'chat.freenode.net#pytest' on_success: change on_failure: change skip_join: true @@ -17,10 +17,10 @@ install: script: tox stages: -- baseline -- test -- name: deploy - if: repo = pytest-dev/pytest-xdist AND tag IS present + - baseline + - test + - name: deploy + if: repo = pytest-dev/pytest-xdist AND tag IS present jobs: include: @@ -39,8 +39,6 @@ jobs: env: TOXENV=py35-pytestlatest - python: "3.7" env: TOXENV=py37-pytestlatest - sudo: required - dist: xenial - python: "2.7" env: TOXENV=py27-pytestmaster - python: "2.7"