drone matrix

This commit is contained in:
boyska 2018-08-21 00:29:43 +02:00
parent 874b13833f
commit cda36fc1b0

View file

@ -1,7 +1,7 @@
--- ---
pipeline: pipeline:
build: build:
image: python:3.5.2 image: python:${PY_VERSION}
commands: commands:
- mkdir -p /tmp/ - mkdir -p /tmp/
- touch /tmp/try # apparently needed - touch /tmp/try # apparently needed
@ -9,3 +9,10 @@ pipeline:
- pip3 install -U pip - pip3 install -U pip
- pip3 install . - pip3 install .
- python3 setup.py install test - 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