Merge remote-tracking branch 'upstream/master' into release-1.22.5

This commit is contained in:
Bruno Oliveira
2018-07-28 09:12:22 -03:00
30 changed files with 1190 additions and 957 deletions

View File

@@ -27,12 +27,17 @@ install: pip install tox setuptools_scm
script: tox
stages:
- linting
- test
- name: deploy
if: repo = pytest-dev/pytest-xdist AND tag IS present
jobs:
include:
- stage: linting
python: '3.6'
script:
- tox -e linting
- stage: test
# python x env above are already included into this stage
- python: "2.7"
@@ -43,10 +48,6 @@ jobs:
env: TOXENV=py36-pytestmaster
- python: "3.6"
env: TOXENV=py36-pytestfeatures
- python: "3.6"
env: TOXENV=flakes
- python: "3.6"
env: TOXENV=readme
- stage: deploy
python: '3.6'