larigira/.drone.yml
2018-08-21 01:12:41 +02:00

18 linhas
375 B
YAML

---
pipeline:
build:
image: python:${PY_VERSION}
commands:
- mkdir -p /tmp/
- touch /tmp/try # apparently needed
- pip3 install -U wheel
- 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