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 django31: Django>=3.1,<3.2
24 django
-latest
: https
://github.com
/django
/django
/archive
/master.tar.gz
26 pytest
{posargs
:..
/src
}
38 coverage run
-m pytest
{posargs
:..
/src
/postorius
}
47 changedir = {toxinidir}
59 ignore = E123, E133, W504
61 exclude = .git,.tox,dist,*egg,src/postorius/doc,example_project
67 balanced_wrapping=True
69 sections=FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
70 no_lines_before=LOCALFOLDER
73 default_section=THIRDPARTY
74 known_first_party=postorius