aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 6f20bb921769a093e48806a1e7ea5dee1f65233b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
image: maxking/mailman-ci-runner

python35:
  script:
  - tox -e 'py35-head-cov'

python36:
  script:
  - tox -e 'py36-head-cov'

qa:
  script:
  - tox -e qa

variables:
  LC_ALL: "C.UTF-8"