Removed python 3.9 tests from ci
parent
a60fa5d86f
commit
8f9f15e814
|
@ -1,17 +1,12 @@
|
||||||
matrix:
|
|
||||||
PYTHON_VERSION:
|
|
||||||
- 3.8
|
|
||||||
- 3.9
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
test:
|
test:
|
||||||
# Alpine version doesn't have make
|
# Alpine version doesn't have make
|
||||||
image: python:${PYTHON_VERSION}
|
image: python:3.8
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
image: python:${PYTHON_VERSION}
|
image: python:3.8
|
||||||
commands:
|
commands:
|
||||||
- make lint
|
- make lint
|
||||||
|
|
Reference in New Issue