forked from viewflow/cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
26 lines (24 loc) · 715 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[tox]
skipsdist = True
envlist =
py{27}-{dj18,dj19,dj110}-mt{progit}-vfprogit
py{34,35}-{dj18,dj19,dj110,dj111}-mt{12,git}-vf
[testenv]
deps =
pytz
dj18: Django>=1.8,<1.9
dj19: Django>=1.9,<1.10
dj110: Django>=1.10,<1.11
dj111: Django>=1.11,<2.0
mt12: django-material>0.12,<0.13
mtgit: git+https://github.com/viewflow/django-material.git
mtprogit: git+ssh://git@github.com/kmmbvnr/material-pro.git
vf: git+https://github.com/viewflow/viewflow.git
vfprogit: git+ssh://git@github.com/kmmbvnr/viewflow-pro.git
commands =
{posargs:python ./manage.py test}
setenv =
PYTHONDONTWRITEBYTECODE=1
[flake8]
max-line-length = 119
exclude = migrations