Merge pull request #3894 from blueyed/baseline

Travis: add baseline stage
This commit is contained in:
Daniel Hahler 2018-08-28 22:19:08 +02:00 committed by GitHub
commit 16f452ef98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
sudo: false sudo: false
language: python language: python
stages: stages:
- linting - baseline
- test - test
- name: deploy - name: deploy
if: repo = pytest-dev/pytest AND tag IS present if: repo = pytest-dev/pytest AND tag IS present
@ -15,9 +15,6 @@ env:
- TOXENV=coveralls - TOXENV=coveralls
# note: please use "tox --listenvs" to populate the build matrix below # note: please use "tox --listenvs" to populate the build matrix below
# please remove the linting env in all cases # please remove the linting env in all cases
- TOXENV=py27
- TOXENV=py34
- TOXENV=py36
- TOXENV=py27-pexpect - TOXENV=py27-pexpect
- TOXENV=py27-xdist - TOXENV=py27-xdist
- TOXENV=py27-trial - TOXENV=py27-trial
@ -60,6 +57,12 @@ jobs:
- brew unlink python - brew unlink python
- brew link python - brew link python
- stage: baseline
env: TOXENV=py27
- env: TOXENV=py34
- env: TOXENV=py36
- env: TOXENV=linting
- stage: deploy - stage: deploy
python: '3.6' python: '3.6'
env: env:
@ -75,9 +78,6 @@ jobs:
on: on:
tags: true tags: true
repo: pytest-dev/pytest repo: pytest-dev/pytest
- stage: linting
python: '3.6'
env: TOXENV=linting
script: tox --recreate script: tox --recreate