From 2b93808035a9d152eb7164424b767497160188bf Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 6 Jul 2017 23:18:52 +0200 Subject: Test against a custom plugin branch in tests against head. --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.3-70-g09d2