Aggiornare 'drone.yml'
authorscompo <scompo@gmail.com>
Thu, 31 Jan 2019 07:44:06 +0000 (07:44 +0000)
committerscompo <scompo@gmail.com>
Thu, 31 Jan 2019 07:44:06 +0000 (07:44 +0000)
.drone.yml [deleted file]
drone.yml [new file with mode: 0644]

diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644 (file)
index 013527d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-pipeline:
-  build:
-    image: python
-    commands:
-      - python3 -m unittest -v
diff --git a/drone.yml b/drone.yml
new file mode 100644 (file)
index 0000000..baca542
--- /dev/null
+++ b/drone.yml
@@ -0,0 +1,8 @@
+pipeline:
+
+
+
+  build:
+    image: python
+    commands:
+      - python3 -m unittest -v