Feat: add a drone for testing

This commit is contained in:
Bertrand Benjamin 2020-07-17 20:37:00 +02:00
parent e11787f3bc
commit 19cdddf27e
1 changed files with 9 additions and 0 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: python
commands:
- pip install -r requirements.txt
- pytest --doctest-modules