diff options
| author | Barry Warsaw | 2016-01-31 13:59:10 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-01-31 13:59:10 -0500 |
| commit | 545ba72eba19bdef60c56d4dbe63b8b911fdbadd (patch) | |
| tree | f96b8de73fa038ec36b8206debf8b34b5c8b7b88 | |
| parent | df14cc6d3c352efa55a1cc1bb18c8b5227646bf7 (diff) | |
| download | mailman-545ba72eba19bdef60c56d4dbe63b8b911fdbadd.tar.gz mailman-545ba72eba19bdef60c56d4dbe63b8b911fdbadd.tar.zst mailman-545ba72eba19bdef60c56d4dbe63b8b911fdbadd.zip | |
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee8db9134..cf0aa29c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,6 @@ pgsql: services: - postgres:latest script: - - MAILMAN_EXTRA_TESTING_CFG=/home/runner/configs/postgres.cfg tox -e pg + - MAILMAN_EXTRA_TESTING_CFG=/home/runner/configs/postgres.cfg tox -e {py34,py35}-pg tags: - postgres |
