larigira/.drone.yml

19 lines
375 B
YAML
Raw Normal View History

2018-08-20 23:28:25 +02:00
---
pipeline:
build:
2018-08-21 00:29:43 +02:00
image: python:${PY_VERSION}
2018-08-20 23:28:25 +02:00
commands:
- mkdir -p /tmp/
- touch /tmp/try # apparently needed
- pip3 install -U wheel
- pip3 install -U pip
- pip3 install .
- python3 setup.py install test
2018-08-21 00:29:43 +02:00
matrix:
PY_VERSION:
- 3.5
- 3.6
- 3.7
# slim and alpine variants do not work: error with mime types