From 03024beac35452a3d4facb486186a848348f75e1 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 20 Aug 2020 15:36:39 +0200 Subject: [PATCH] Feat: add drone tests --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml 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