hello-world/.drone.yml
erki da04441ece
Some checks failed
continuous-integration/drone/push Build is failing
drone file
2020-12-18 20:36:42 +00:00

10 lines
341 B
YAML

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/