This commit is contained in:
parent
5a7ba927d7
commit
da04441ece
10
.drone.yml
Normal file
10
.drone.yml
Normal 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/
|
||||
Loading…
x
Reference in New Issue
Block a user