Sfoglia il codice sorgente

Add Python 3.8 to build matrix.

Dan Helfman 6 anni fa
parent
commit
93f453cecf
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10 0
      .drone.yml

+ 10 - 0
.drone.yml

@@ -40,6 +40,16 @@ steps:
     - scripts/run-tests
 ---
 kind: pipeline
+name: python-3-8-alpine-3-10
+
+steps:
+- name: build
+  image: python:3.8-alpine3.10
+  pull: always
+  commands:
+    - scripts/run-tests
+---
+kind: pipeline
 name: documentation
 
 steps: