diff options
| author | J08nY | 2017-06-27 22:33:30 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-27 22:33:30 +0200 |
| commit | d9863d91ba8be95f432830d8ac53baf8e50cf7c7 (patch) | |
| tree | dc6032a5a0d35a0fd114505468723a556b8f787e | |
| parent | dd3efdfec9aed09c26929ea532bad7f6b99c5ae7 (diff) | |
| download | mailman-pgp-d9863d91ba8be95f432830d8ac53baf8e50cf7c7.tar.gz mailman-pgp-d9863d91ba8be95f432830d8ac53baf8e50cf7c7.tar.zst mailman-pgp-d9863d91ba8be95f432830d8ac53baf8e50cf7c7.zip | |
| -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 |
