I'm fiddling with my Python installations and noticed this:

steve Mailman/pristine 1:19 % grep envlist */tox.ini
django-mailman3/tox.ini:envlist = py{37,38,39}-django{21,22,30,31},lint
hyperkitty/tox.ini:envlist = py{36,37,38,39}-django{22,30,31},docs,lint
mailman-hyperkitty/tox.ini:envlist = {py35,py36,py37}{,-coverage},lint
mailman-web/tox.ini:envlist = docs
mailman/tox.ini:envlist = {py35,py36,py37}-{nocov,cov,diffcov}{,-mysql,-pg},qa
mailmanclient/tox.ini:envlist = py{35,36,37,38},lint
postorius/tox.ini:envlist = py{35,36,37}-django{111,20,latest},pep8

We should do something about coordinating on supported versions, no?
Also, coordinating common factors (cov vs coverage, pep8 vs lint vs qa)?
Also, the djangolatest environment for postorius looks broken (but I
don't understand tox that well):

    django-latest: https://github.com/django/django/archive/main.tar.gz

Also, shouldn't every subproject support docs?

Steve

_______________________________________________
Mailman-Developers mailing list -- mailman-developers@python.org
To unsubscribe send an email to mailman-developers-le...@python.org
https://mail.python.org/mailman3/lists/mailman-developers.python.org/
Mailman FAQ: https://wiki.list.org/x/AgA3

Security Policy: https://wiki.list.org/x/QIA9

Reply via email to