Have all jobs depend on linters to save resources
continuous-integration/drone/push Build is failing
continuous-integration/drone/push Build is failing
This commit is contained in:
+10
@@ -17,6 +17,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install tox==3.14.6
|
- pip install tox==3.14.6
|
||||||
- tox -e packaging
|
- tox -e packaging
|
||||||
|
depends_on:
|
||||||
|
- linters
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@@ -27,6 +29,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install tox==3.14.6
|
- pip install tox==3.14.6
|
||||||
- tox -e py36
|
- tox -e py36
|
||||||
|
depends_on:
|
||||||
|
- linters
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@@ -37,6 +41,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install tox==3.14.6
|
- pip install tox==3.14.6
|
||||||
- tox -e py37
|
- tox -e py37
|
||||||
|
depends_on:
|
||||||
|
- linters
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@@ -47,6 +53,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install tox==3.14.6
|
- pip install tox==3.14.6
|
||||||
- tox -e py38
|
- tox -e py38
|
||||||
|
depends_on:
|
||||||
|
- linters
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@@ -58,6 +66,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install tox==3.14.6
|
- pip install tox==3.14.6
|
||||||
- tox -e devel
|
- tox -e devel
|
||||||
|
depends_on:
|
||||||
|
- linters
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|||||||
Reference in New Issue
Block a user