diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9e32d1..c553d68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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