This website works better with JavaScript.
Home
Help
Register
Sign In
drewkett
/
borgmatic
forked from
witten/borgmatic
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add Python 3.8 to build matrix.
master
Dan Helfman
1 year ago
parent
505bb778fa
commit
93f453cecf
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
.drone.yml
+ 10
- 0
.drone.yml
View File
@ -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:
Write
Preview
Loading…
Cancel
Save