Made ci tests parallel
continuous-integration/drone the build failed Details

pull/15/head
Jef Roosens 2021-04-24 22:27:03 +02:00
parent 79f2161b88
commit 05974470ed
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 4 additions and 0 deletions

View File

@ -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: