Removed python 3.9 tests from ci

pull/17/head^2
Jef Roosens 2021-05-18 12:17:28 +02:00
parent a60fa5d86f
commit 8f9f15e814
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 2 additions and 7 deletions

View File

@ -1,17 +1,12 @@
matrix:
PYTHON_VERSION:
- 3.8
- 3.9
pipeline:
test:
# Alpine version doesn't have make
image: python:${PYTHON_VERSION}
image: python:3.8
pull: true
commands:
- make test
lint:
image: python:${PYTHON_VERSION}
image: python:3.8
commands:
- make lint