diff options
| author | Aurélien Bompard | 2016-04-26 15:56:10 +0200 |
|---|---|---|
| committer | Aurélien Bompard | 2016-04-30 19:00:22 +0200 |
| commit | a584987573e9b2b73e5cfd6012b4b1af6d4e4b1c (patch) | |
| tree | 8c6460abe5317336477fdb50710a2bacb9ca4895 | |
| parent | 854610463617718210902ed0a5117382f427b16e (diff) | |
| download | mailman-a584987573e9b2b73e5cfd6012b4b1af6d4e4b1c.tar.gz mailman-a584987573e9b2b73e5cfd6012b4b1af6d4e4b1c.tar.zst mailman-a584987573e9b2b73e5cfd6012b4b1af6d4e4b1c.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 d5ea3630e..132c966b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,6 @@ pgsql: services: - postgres:latest script: - - MAILMAN_EXTRA_TESTING_CFG=/home/runner/configs/postgres.cfg tox -e {py34,py35}-pg + - MAILMAN_EXTRA_TESTING_CFG=/home/runner/configs/postgres.cfg tox -e py34-pg,py35-pg tags: - postgres |
