diff options
| author | J08nY | 2017-06-27 15:51:02 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-27 15:51:02 +0200 |
| commit | 6622789ed4f0fac49a451d77b823d0debe059cec (patch) | |
| tree | 1d4da9b135bafdd38bfb17cf5e3ef0b004ef5f09 /tox.ini | |
| parent | a2f2b42cc5ba705463830d32a06ecd0b368d4c39 (diff) | |
| download | mailman-pgp-6622789ed4f0fac49a451d77b823d0debe059cec.tar.gz mailman-pgp-6622789ed4f0fac49a451d77b823d0debe059cec.tar.zst mailman-pgp-6622789ed4f0fac49a451d77b823d0debe059cec.zip | |
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = qa, py35, py36 +envlist = qa, py35, py36, setup35, setup36 skip_missing_interpreters = True [testenv] @@ -27,6 +27,16 @@ deps = git+https://gitlab.com/mailman/mailman.git git+https://github.com/SecurityInnovation/PGPy +[testenv:setup35] +recreate = True +basepython = python3.5 +commands = pip install -e . + +[testenv:setup36] +recreate = True +basepython = python3.6 +commands = pip install -e . + [flake8] jobs = 1 max-line-length = 79 |
