Merge pull request #3908 from nicoddemus/optimize-release

Skip the "test" stage when making a release
This commit is contained in:
Bruno Oliveira 2018-08-29 18:53:36 -03:00 committed by GitHub
commit 338953a25d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ sudo: false
language: python
stages:
- baseline
- test
- name: test
if: repo = pytest-dev/pytest AND tag IS NOT present
- name: deploy
if: repo = pytest-dev/pytest AND tag IS present
python: