Feat: add drone tests
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Bertrand Benjamin 2020-08-20 15:36:39 +02:00
parent c2d667ee2f
commit 03024beac3
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: testing
image: python
commands:
- pip install bopytex
- python test_no_compile.py