try to fix pipeline dependencies

This commit is contained in:
Robert Kaussow 2019-01-28 23:20:22 +01:00
parent e36078262f
commit 9e3b8b8829

View File

@ -11,6 +11,8 @@ steps:
commands: commands:
- pip install tox -q - pip install tox -q
- tox -e $(tox -l | grep py27 | xargs | sed 's/ /,/g') -q - tox -e $(tox -l | grep py27 | xargs | sed 's/ /,/g') -q
depends_on:
- clone
when: when:
event: event:
- push - push
@ -24,6 +26,8 @@ steps:
commands: commands:
- pip install tox -q - pip install tox -q
- tox -e $(tox -l | grep py35 | xargs | sed 's/ /,/g') -q - tox -e $(tox -l | grep py35 | xargs | sed 's/ /,/g') -q
depends_on:
- clone
when: when:
event: event:
- push - push
@ -37,6 +41,8 @@ steps:
commands: commands:
- pip install tox -q - pip install tox -q
- tox -e $(tox -l | grep py36 | xargs | sed 's/ /,/g') -q - tox -e $(tox -l | grep py36 | xargs | sed 's/ /,/g') -q
depends_on:
- clone
when: when:
event: event:
- push - push
@ -50,6 +56,8 @@ steps:
commands: commands:
- pip install tox -q - pip install tox -q
- tox -e $(tox -l | grep py37 | xargs | sed 's/ /,/g') -q - tox -e $(tox -l | grep py37 | xargs | sed 's/ /,/g') -q
depends_on:
- clone
when: when:
event: event:
- push - push
@ -82,11 +90,6 @@ steps:
event: event:
- push - push
- tag - tag
depends_on:
- test2.7
- test3.5
- test3.6
- test3.7
- name: gpg-sign - name: gpg-sign
image: plugins/gpgsign:1 image: plugins/gpgsign:1
@ -103,11 +106,6 @@ steps:
event: event:
- push - push
- tag - tag
depends_on:
- test2.7
- test3.5
- test3.6
- test3.7
- name: publish - name: publish
image: plugins/github-release image: plugins/github-release
@ -120,11 +118,6 @@ steps:
when: when:
event: event:
- tag - tag
depends_on:
- test2.7
- test3.5
- test3.6
- test3.7
- name: pypi_publish - name: pypi_publish
image: xoxys/drone-pypi:0.1.0 image: xoxys/drone-pypi:0.1.0
@ -139,11 +132,6 @@ steps:
when: when:
event: event:
- tag - tag
depends_on:
- test2.7
- test3.5
- test3.6
- test3.7
- name: notify - name: notify
image: plugins/matrix image: plugins/matrix
@ -155,11 +143,6 @@ steps:
from_secret: matrix_username from_secret: matrix_username
password: password:
from_secret: matrix_password from_secret: matrix_password
depends_on:
- test2.7
- test3.5
- test3.6
- test3.7
when: when:
status: status:
- success - success