mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-23 02:23:07 +02:00
check for python version 3.7 and 3.8 as well
This commit is contained in:
parent
10278639f9
commit
7b823ace5b
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ env:
|
||||||
- TASK_VERSION=v2.5.1
|
- TASK_VERSION=v2.5.1
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
- "3.7"
|
||||||
|
- "3.8"
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue