Merge pull request #4789 from blueyed/travis-pluggymaster-cron
Travis: add cron_only stage for py38-dev
This commit is contained in:
commit
c84ae0bb7a
|
@ -7,6 +7,8 @@ stages:
|
|||
if: repo = pytest-dev/pytest AND tag IS NOT present
|
||||
- name: deploy
|
||||
if: repo = pytest-dev/pytest AND tag IS present
|
||||
- name: cron_only
|
||||
if: type = cron
|
||||
python:
|
||||
- '3.7'
|
||||
install:
|
||||
|
@ -40,8 +42,6 @@ jobs:
|
|||
python: '3.5'
|
||||
- env: TOXENV=py36
|
||||
python: '3.6'
|
||||
- env: TOXENV=py38
|
||||
python: '3.8-dev'
|
||||
- env: TOXENV=py37
|
||||
- &test-macos
|
||||
language: generic
|
||||
|
@ -65,6 +65,10 @@ jobs:
|
|||
- env: TOXENV=linting,docs,doctesting
|
||||
python: '3.7'
|
||||
|
||||
- stage: cron_only
|
||||
env: TOXENV=py38
|
||||
python: '3.8-dev'
|
||||
|
||||
- stage: deploy
|
||||
python: '3.6'
|
||||
env: PYTEST_NO_COVERAGE=1
|
||||
|
|
Loading…
Reference in New Issue