aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJ08nY2017-06-27 19:42:55 +0200
committerJ08nY2017-06-27 19:42:55 +0200
commit8b5d2a552dad22f0b08bdc9081dafa871d0129d8 (patch)
tree51c6c0cf1211234da113942aaede1e2866806f85 /.gitlab-ci.yml
parent750eb6716d7cc603ae877a484a02bc1b420eb2c5 (diff)
downloadmailman-pgp-8b5d2a552dad22f0b08bdc9081dafa871d0129d8.tar.gz
mailman-pgp-8b5d2a552dad22f0b08bdc9081dafa871d0129d8.tar.zst
mailman-pgp-8b5d2a552dad22f0b08bdc9081dafa871d0129d8.zip
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad5a5ba..fa2c0da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,12 @@
image: maxking/mailman-ci-runner
-test:
+python35:
script:
- - tox -e 'py{35,36}-head'
+ - tox -e 'py35-head-cov'
+
+python36:
+ script:
+ - tox -e 'py36-head-cov'
qa:
script: