diff options
| author | J08nY | 2017-06-21 14:15:45 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-21 14:15:45 +0200 |
| commit | 13877fb280bc9b7ec2ab29695d4ff71d0f791e98 (patch) | |
| tree | ad168184dda85aa12e9e624622c0df6594072246 | |
| parent | 306acb041a4c3370a6d68bfcda83766f3ce191f4 (diff) | |
| download | mailman-pgp-13877fb280bc9b7ec2ab29695d4ff71d0f791e98.tar.gz mailman-pgp-13877fb280bc9b7ec2ab29695d4ff71d0f791e98.tar.zst mailman-pgp-13877fb280bc9b7ec2ab29695d4ff71d0f791e98.zip | |
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = qa +envlist = qa, py35, py36 skip_missing_interpreters = True [testenv] @@ -7,6 +7,10 @@ usedevelop = True deps = flufl.testing nose2 + dev: -e../mailman + dev: -e../PGPy +commands = + python -m nose2 -v {posargs} [testenv:qa] basepython = python3 |
