Add CI using drone #2

Manually merged
mikael.capelle merged 1 commits from 1-add-ci-using-drone into master 2019-12-03 13:20:01 +00:00
Showing only changes of commit c67f79a8ac - Show all commits

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
kind: pipeline
name: default
steps:
- name: python37-tests
image: themattrix/tox
commands:
- tox