Made ci tests parallel
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
parent
79f2161b88
commit
05974470ed
|
@ -1,6 +1,7 @@
|
|||
pipeline:
|
||||
# TODO add config for all other versions
|
||||
test-3.9:
|
||||
group: test
|
||||
image: python:3.9-alpine
|
||||
pull: true
|
||||
commands:
|
||||
|
@ -8,6 +9,7 @@ pipeline:
|
|||
- tox -e py39
|
||||
|
||||
test-3.8:
|
||||
group: test
|
||||
image: python:3.8-alpine
|
||||
pull: true
|
||||
commands:
|
||||
|
@ -15,6 +17,7 @@ pipeline:
|
|||
- tox -e py38
|
||||
|
||||
test-3.7:
|
||||
group: test
|
||||
image: python:3.7-alpine
|
||||
pull: true
|
||||
commands:
|
||||
|
@ -22,6 +25,7 @@ pipeline:
|
|||
- tox -e py37
|
||||
|
||||
test-3.6:
|
||||
group: test
|
||||
image: python:3.6-alpine
|
||||
pull: true
|
||||
commands:
|
||||
|
|
Loading…
Reference in New Issue