We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911dfdb commit fc8e113Copy full SHA for fc8e113
.travis.yml
@@ -1,10 +1,10 @@
1
-sudo: false
+dist: xenial
2
language: python
3
4
notifications:
5
irc:
6
channels:
7
- - 'chat.freenode.net#pytest'
+ - 'chat.freenode.net#pytest'
8
on_success: change
9
on_failure: change
10
skip_join: true
@@ -17,10 +17,10 @@ install:
17
script: tox
18
19
stages:
20
-- baseline
21
-- test
22
-- name: deploy
23
- if: repo = pytest-dev/pytest-xdist AND tag IS present
+ - baseline
+ - test
+ - name: deploy
+ if: repo = pytest-dev/pytest-xdist AND tag IS present
24
25
jobs:
26
include:
@@ -39,8 +39,6 @@ jobs:
39
env: TOXENV=py35-pytestlatest
40
- python: "3.7"
41
env: TOXENV=py37-pytestlatest
42
- sudo: required
43
- dist: xenial
44
- python: "2.7"
45
env: TOXENV=py27-pytestmaster
46
0 commit comments