aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJ08nY2017-06-21 14:15:45 +0200
committerJ08nY2017-06-21 14:15:45 +0200
commit13877fb280bc9b7ec2ab29695d4ff71d0f791e98 (patch)
treead168184dda85aa12e9e624622c0df6594072246 /tox.ini
parent306acb041a4c3370a6d68bfcda83766f3ce191f4 (diff)
downloadmailman-pgp-13877fb280bc9b7ec2ab29695d4ff71d0f791e98.tar.gz
mailman-pgp-13877fb280bc9b7ec2ab29695d4ff71d0f791e98.tar.zst
mailman-pgp-13877fb280bc9b7ec2ab29695d4ff71d0f791e98.zip
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a925e42..fdc1ddb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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