drone matrix
This commit is contained in:
parent
874b13833f
commit
cda36fc1b0
1 changed files with 8 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
pipeline:
|
||||
build:
|
||||
image: python:3.5.2
|
||||
image: python:${PY_VERSION}
|
||||
commands:
|
||||
- mkdir -p /tmp/
|
||||
- touch /tmp/try # apparently needed
|
||||
|
@ -9,3 +9,10 @@ pipeline:
|
|||
- pip3 install -U pip
|
||||
- pip3 install .
|
||||
- python3 setup.py install test
|
||||
|
||||
matrix:
|
||||
PY_VERSION:
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7
|
||||
# slim and alpine variants do not work: error with mime types
|
||||
|
|
Loading…
Reference in a new issue