From 6622789ed4f0fac49a451d77b823d0debe059cec Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 27 Jun 2017 15:51:02 +0200 Subject: Add setup envs to tox. --- tox.ini | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'tox.ini') 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 -- cgit v1.2.3-70-g09d2