Merge pull request #427 from blueyed/travis-xenial

ci: Travis: dist=xenial
This commit is contained in:
Bruno Oliveira
2019-04-02 20:14:20 -03:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
sudo: false dist: xenial
language: python language: python
notifications: notifications:
@@ -17,9 +17,9 @@ install:
script: tox script: tox
stages: stages:
- baseline - baseline
- test - test
- name: deploy - name: deploy
if: repo = pytest-dev/pytest-xdist AND tag IS present if: repo = pytest-dev/pytest-xdist AND tag IS present
jobs: jobs:
@@ -42,8 +42,6 @@ jobs:
env: TOXENV=py35-pytestlatest env: TOXENV=py35-pytestlatest
- python: "3.7" - python: "3.7"
env: TOXENV=py37-pytestlatest env: TOXENV=py37-pytestlatest
sudo: required
dist: xenial
- python: "2.7" - python: "2.7"
env: TOXENV=py27-pytestmaster env: TOXENV=py27-pytestmaster
- python: "2.7" - python: "2.7"