repo.or.cz
/
mailman.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add tests for #115
[mailman.git]
/
.gitlab-ci.yml
blob
80ee3720748bb52f4b09ccbb9474f5eb6f7b9ce1
1
# This is core test runner
2
before_script:
3
- pip install tox
4
5
sqlite:
6
script:
7
- tox
8
9
tags:
10
- sqlite
11
12
13
pgsql:
14
script:
15
- MAILMAN_EXTRA_TESTING_CFG=/data/postgres.cfg tox -e pg
16
17
tags:
18
- postgres