check for python version 3.7 and 3.8 as well

This commit is contained in:
beuerle 2019-11-15 10:47:34 +01:00 committed by Tomas Babej
parent 10278639f9
commit 7b823ace5b

View file

@ -10,6 +10,8 @@ env:
- TASK_VERSION=v2.5.1
python:
- "3.6"
- "3.7"
- "3.8"
services:
- docker
before_install: