diff options
| author | J08nY | 2017-06-21 15:06:31 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-21 15:06:31 +0200 |
| commit | 89b07e34b41838ab09209879eed1ae29370f319e (patch) | |
| tree | d62a147b089ac36dbe7da1e51b4152e05ef2939f | |
| parent | 46448617b858b363c5c7a95e3f247e555a14e6ab (diff) | |
| download | mailman-pgp-89b07e34b41838ab09209879eed1ae29370f319e.tar.gz mailman-pgp-89b07e34b41838ab09209879eed1ae29370f319e.tar.zst mailman-pgp-89b07e34b41838ab09209879eed1ae29370f319e.zip | |
| -rw-r--r-- | .gitlab-ci.yml | 2 | ||||
| -rw-r--r-- | tox.ini | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bae095a..ad5a5ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: maxking/mailman-ci-runner test: script: - - tox -e 'py{35,36}' + - tox -e 'py{35,36}-head' qa: script: @@ -8,6 +8,9 @@ deps = flufl.testing parameterized nose2 + head: git+https://gitlab.com/mailman/mailman.git + head: git+https://github.com/SecurityInnovation/PGPy + # Expects a mailman repo and PGPy repo in parent directory. dev: -e../mailman dev: -e../PGPy commands = |
