aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 2f8ac26..b1d0fee 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,8 +8,8 @@ deps = flufl.testing
parameterized
nose2
cov: coverage
- head: https://gitlab.com/J08nY/mailman/repository/archive.tar.gz?ref=pluggable-components
- head: https://github.com/SecurityInnovation/PGPy/archive/master.tar.gz
+ head: https://gitlab.com/J08nY/mailman/repository/archive.tar.gz?ref=plugin
+ head: https://github.com/J08nY/PGPy/archive/dev.tar.gz
# Expects a mailman repo and PGPy repo in parent directory.
dev: -e../mailman
dev: -e../PGPy
@@ -26,9 +26,9 @@ basepython = python3
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
- https://gitlab.com/J08nY/mailman/repository/archive.tar.gz?ref=pluggable-components
- https://github.com/SecurityInnovation/PGPy/archive/master.tar.gz
+ # This is ugly and slow, but necessary due to the requirement on dev version of Mailman
+ https://gitlab.com/J08nY/mailman/repository/archive.tar.gz?ref=plugin
+ https://github.com/J08nY/PGPy/archive/dev.tar.gz
[testenv:setup35]
recreate = True