Skip to content

Commit fc8e113

Browse files
committed
ci: Travis: dist=xenial
1 parent 911dfdb commit fc8e113

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.travis.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
sudo: false
1+
dist: xenial
22
language: python
33

44
notifications:
55
irc:
66
channels:
7-
- 'chat.freenode.net#pytest'
7+
- 'chat.freenode.net#pytest'
88
on_success: change
99
on_failure: change
1010
skip_join: true
@@ -17,10 +17,10 @@ install:
1717
script: tox
1818

1919
stages:
20-
- baseline
21-
- test
22-
- name: deploy
23-
if: repo = pytest-dev/pytest-xdist AND tag IS present
20+
- baseline
21+
- test
22+
- name: deploy
23+
if: repo = pytest-dev/pytest-xdist AND tag IS present
2424

2525
jobs:
2626
include:
@@ -39,8 +39,6 @@ jobs:
3939
env: TOXENV=py35-pytestlatest
4040
- python: "3.7"
4141
env: TOXENV=py37-pytestlatest
42-
sudo: required
43-
dist: xenial
4442
- python: "2.7"
4543
env: TOXENV=py27-pytestmaster
4644
- python: "2.7"

0 commit comments

Comments
 (0)