diff options
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
