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

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

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

qa:
  script:
  - tox -e qa