aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJ08nY2017-06-27 15:51:02 +0200
committerJ08nY2017-06-27 15:51:02 +0200
commit6622789ed4f0fac49a451d77b823d0debe059cec (patch)
tree1d4da9b135bafdd38bfb17cf5e3ef0b004ef5f09 /tox.ini
parenta2f2b42cc5ba705463830d32a06ecd0b368d4c39 (diff)
downloadmailman-pgp-6622789ed4f0fac49a451d77b823d0debe059cec.tar.gz
mailman-pgp-6622789ed4f0fac49a451d77b823d0debe059cec.tar.zst
mailman-pgp-6622789ed4f0fac49a451d77b823d0debe059cec.zip
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 11 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e16883c..69ec284 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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