diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..af2b9ab --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +name: default + +steps: + - name: testing + image: python + commands: + - pip install bopytex + - python test_no_compile.py