aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2017-06-27 22:33:30 +0200
committerJ08nY2017-06-27 22:33:30 +0200
commitd9863d91ba8be95f432830d8ac53baf8e50cf7c7 (patch)
treedc6032a5a0d35a0fd114505468723a556b8f787e
parentdd3efdfec9aed09c26929ea532bad7f6b99c5ae7 (diff)
downloadmailman-pgp-d9863d91ba8be95f432830d8ac53baf8e50cf7c7.tar.gz
mailman-pgp-d9863d91ba8be95f432830d8ac53baf8e50cf7c7.tar.zst
mailman-pgp-d9863d91ba8be95f432830d8ac53baf8e50cf7c7.zip
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index d74d307..2f8ac26 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,8 +8,8 @@ deps = flufl.testing
parameterized
nose2
cov: coverage
- head: git+https://gitlab.com/J08nY/mailman.git@pluggable-components
- head: git+https://github.com/SecurityInnovation/PGPy
+ head: https://gitlab.com/J08nY/mailman/repository/archive.tar.gz?ref=pluggable-components
+ head: https://github.com/SecurityInnovation/PGPy/archive/master.tar.gz
# Expects a mailman repo and PGPy repo in parent directory.
dev: -e../mailman
dev: -e../PGPy
@@ -27,8 +27,8 @@ commands = python -m flake8 src
deps = flake8>3.0
flake8-import-order
# This is ugly, but necessary due to the requirement on dev version of Mailman
- git+https://gitlab.com/mailman/mailman.git
- git+https://github.com/SecurityInnovation/PGPy
+ https://gitlab.com/J08nY/mailman/repository/archive.tar.gz?ref=pluggable-components
+ https://github.com/SecurityInnovation/PGPy/archive/master.tar.gz
[testenv:setup35]
recreate = True