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:
|
pipeline:
|
||||||
# TODO add config for all other versions
|
# TODO add config for all other versions
|
||||||
test-3.9:
|
test-3.9:
|
||||||
|
group: test
|
||||||
image: python:3.9-alpine
|
image: python:3.9-alpine
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
@ -8,6 +9,7 @@ pipeline:
|
||||||
- tox -e py39
|
- tox -e py39
|
||||||
|
|
||||||
test-3.8:
|
test-3.8:
|
||||||
|
group: test
|
||||||
image: python:3.8-alpine
|
image: python:3.8-alpine
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
@ -15,6 +17,7 @@ pipeline:
|
||||||
- tox -e py38
|
- tox -e py38
|
||||||
|
|
||||||
test-3.7:
|
test-3.7:
|
||||||
|
group: test
|
||||||
image: python:3.7-alpine
|
image: python:3.7-alpine
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
@ -22,6 +25,7 @@ pipeline:
|
||||||
- tox -e py37
|
- tox -e py37
|
||||||
|
|
||||||
test-3.6:
|
test-3.6:
|
||||||
|
group: test
|
||||||
image: python:3.6-alpine
|
image: python:3.6-alpine
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue