diff options
| author | J08nY | 2017-07-19 21:48:48 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-19 21:48:48 +0200 |
| commit | c1949ab33a6699965666eb2e0de0f92e6f0aea39 (patch) | |
| tree | dfe4669827c0171bfb45f5a50f6093216d05761b /tox.ini | |
| parent | 456bb91e2e8593b6a30c7776ef426594a01de755 (diff) | |
| parent | f0670baf7f66faab8ed4f16d393eea8a570f9630 (diff) | |
| download | mailman-pgp-c1949ab33a6699965666eb2e0de0f92e6f0aea39.tar.gz mailman-pgp-c1949ab33a6699965666eb2e0de0f92e6f0aea39.tar.zst mailman-pgp-c1949ab33a6699965666eb2e0de0f92e6f0aea39.zip | |
Merge branch 'feature/outgoing'
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ deps = flufl.testing # Expects a mailman repo and PGPy repo in parent directory. dev: -e../mailman dev: -e../PGPy -setenv = MAILMAN_EXTRA_TESTING_CFG = {toxinidir}/src/mailman_pgp/config/mailman.cfg +setenv = MAILMAN_EXTRA_TESTING_CFG = {toxinidir}/src/mailman_pgp/testing/mailman.cfg cov: COVERAGE_PROCESS_START = {[coverage]rcfile} commands = nocov: python -m nose2 -v {posargs} cov: python -m coverage run {[coverage]rc} -m nose2 -v {posargs} |
