Add drone ci configuration
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2020-03-10 12:01:11 +01:00
parent b0d83a9116
commit afb8ad24a3

10
.drone.yml Normal file
View File

@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: python
commands:
- pip install -r requirements.txt
- pytest