Attempted Drone CI configuration.
This commit is contained in:
parent
0b164973e0
commit
4bcc517326
1 changed files with 5 additions and 0 deletions
5
.drone.yml
Normal file
5
.drone.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: python:3.7.0-alpine3.8
|
||||
commands:
|
||||
- tox
|
Loading…
Reference in a new issue