ci: Travis: dist=xenial
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -1,10 +1,10 @@
|
|||||||
sudo: false
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- 'chat.freenode.net#pytest'
|
- 'chat.freenode.net#pytest'
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: change
|
on_failure: change
|
||||||
skip_join: true
|
skip_join: true
|
||||||
@@ -17,10 +17,10 @@ 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:
|
||||||
include:
|
include:
|
||||||
@@ -39,8 +39,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"
|
||||||
|
|||||||
Reference in New Issue
Block a user