aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2017-06-21 15:06:31 +0200
committerJ08nY2017-06-21 15:06:31 +0200
commit89b07e34b41838ab09209879eed1ae29370f319e (patch)
treed62a147b089ac36dbe7da1e51b4152e05ef2939f
parent46448617b858b363c5c7a95e3f247e555a14e6ab (diff)
downloadmailman-pgp-89b07e34b41838ab09209879eed1ae29370f319e.tar.gz
mailman-pgp-89b07e34b41838ab09209879eed1ae29370f319e.tar.zst
mailman-pgp-89b07e34b41838ab09209879eed1ae29370f319e.zip
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--tox.ini3
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:
diff --git a/tox.ini b/tox.ini
index 2a386ca..f1885fc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =