Merge pull request #311 from nicoddemus/skip-deploy

Skip deploy job on Travis if we are not on a tag
This commit is contained in:
Bruno Oliveira
2018-07-21 19:20:25 -03:00
committed by GitHub

View File

@@ -25,6 +25,11 @@ env:
install: pip install tox setuptools_scm
script: tox
stages:
- test
- name: deploy
if: repo = pytest-dev/pytest-xdist AND tag IS present
jobs:
include:
- stage: test