Update .gitlab-ci.yml

This commit is contained in:
Adrián Bernardi 2021-12-22 16:49:20 -03:00
parent a03c91da72
commit c7ad8ac327
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