Merge branch '1-add-ci-using-drone' of mikael.capelle/simplex into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
0958379716
8
.drone.yml
Normal file
8
.drone.yml
Normal file
@ -0,0 +1,8 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: python37-tests
|
||||
image: themattrix/tox
|
||||
commands:
|
||||
- tox
|
Loading…
Reference in New Issue
Block a user