Update .gitlab-ci.yml

This commit is contained in:
Adrián Bernardi 2021-12-22 16:42:56 -03:00
parent 6cd6d804a9
commit f291a296b6
1 changed files with 0 additions and 11 deletions

View File

@ -10,17 +10,6 @@ stages:
- build
- deploy
test:py37-sqlite:
stage: test
image: python:3.7
variables:
CFLAGS: "-O0"
DB_CACHE: "~/cache"
TOX_TESTENV_PASSENV: "CFLAGS DB_CACHE"
script:
- pip install tox
- tox -e py37-sqlite
test:py37-postgresql:
stage: test
image: python:3.7