diff options
| author | J08nY | 2017-06-21 14:53:16 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-21 14:53:16 +0200 |
| commit | 46448617b858b363c5c7a95e3f247e555a14e6ab (patch) | |
| tree | 7c199700e0bca972ac2ccd615edac56cbac84c68 /.gitlab-ci.yml | |
| parent | b7de98b7eb78087107bd0f264e07f3729f10ff49 (diff) | |
| download | mailman-pgp-46448617b858b363c5c7a95e3f247e555a14e6ab.tar.gz mailman-pgp-46448617b858b363c5c7a95e3f247e555a14e6ab.tar.zst mailman-pgp-46448617b858b363c5c7a95e3f247e555a14e6ab.zip | |
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..bae095a --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +image: maxking/mailman-ci-runner + +test: + script: + - tox -e 'py{35,36}' + +qa: + script: + - tox -e qa |
