Closes #144
[mailman.git] / .gitlab-ci.yml
blob80ee3720748bb52f4b09ccbb9474f5eb6f7b9ce1
1 # This is core test runner
2 before_script:
3   - pip install tox
5 sqlite:
6   script:
7   - tox
9   tags:
10   - sqlite
13 pgsql:
14   script:
15   - MAILMAN_EXTRA_TESTING_CFG=/data/postgres.cfg tox -e pg
17   tags:
18   - postgres