drone file
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
erki 2020-12-18 20:36:42 +00:00
parent 5a7ba927d7
commit da04441ece

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
pipeline:
build:
image: python:3.5.1-alpine
commands:
- pip install --upgrade pip setuptools wheel
- pip wheel -r requirements.txt --wheel-dir=wheeldir --find-links=wheeldir
- pip install --no-index --find-links=wheeldir -r requirements.txt
- flake8 app
- mkdir -p coverage
- nosetests -v tests/