2 envlist = py{35,36,37}-django{111,20,latest},pep8
6 changedir = {toxinidir}/example_project
10 git
+https
://gitlab.com
/mailman
/mailmanclient@master
11 git
+https
://gitlab.com
/mailman
/mailman@master
14 head
: git
+https
://gitlab.com
/mailman
/mailmanclient.git
15 head
: git
+https
://gitlab.com
/mailman
/django
-mailman3.git
16 dev
: -e..
/mailmanclient
17 dev
: -e..
/django
-mailman3
18 dev
: https
://github.com
/django
/django
/archive
/master.tar.gz
19 django20: Django>=2.0,<2.1
20 django21: Django>=2.1,<2.2
21 django22: Django>=2.2,<2.3
22 django30: Django>=3.0,<3.1
23 django
-latest
: https
://github.com
/django
/django
/archive
/master.tar.gz
25 pytest
{posargs
:..
/src
}
37 coverage run
-m pytest
{posargs
:..
/src
/postorius
}
46 changedir = {toxinidir}
58 ignore = E123, E133, W504
60 exclude = .git,.tox,dist,*egg,src/postorius/doc,example_project
66 balanced_wrapping=True
68 sections=FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
69 no_lines_before=LOCALFOLDER
72 default_section=THIRDPARTY
73 known_first_party=postorius