diff options
| -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 = |
