forked from sodastsai/django-compressor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
81 lines (81 loc) · 1.58 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[deps]
two =
flake8==2.4.0
coverage==3.7.1
html5lib==0.999
mock==1.0.1
Jinja2==2.7.3
lxml==3.4.2
beautifulsoup4==4.4.0
unittest2==1.0.0
jingo==0.7
coffin==0.4.0
django-sekizai==0.8.2
django-overextends==0.4.0
two_six =
flake8==2.4.0
coverage==3.7.1
html5lib==0.999
mock==1.0.1
Jinja2==2.7.3
lxml==3.4.2
BeautifulSoup==3.2.1
unittest2==1.0.0
jingo==0.7
coffin==0.4.0
django-sekizai==0.8.2
django-overextends==0.4.0
three =
flake8==2.4.0
coverage==3.7.1
html5lib==0.999
mock==1.0.1
Jinja2==2.7.3
lxml==3.4.2
beautifulsoup4==4.4.0
jingo==0.7
coffin==0.4.0
django-sekizai==0.8.2
django-overextends==0.4.0
three_two =
flake8==2.4.0
coverage==3.7.1
html5lib==0.999
mock==1.0.1
Jinja2==2.6
lxml==3.4.2
beautifulsoup4==4.4.0
jingo==0.7
coffin==0.4.0
django-sekizai==0.8.2
django-overextends==0.4.0
[tox]
envlist =
{py26,py27}-1.4.X,
{py27,py32,py33,py34}-{1.7.X},
{py27,py32,py33,py34}-{1.8.X}
[testenv]
basepython =
py26: python2.6
py27: python2.7
py32: python3.2
py33: python3.3
py34: python3.4
usedevelop = true
setenv =
CPPFLAGS=-O0
whitelist_externals = /usr/bin/make
downloadcache = {toxworkdir}/_download/
commands =
django-admin.py --version
make test
deps =
1.4.X: Django>=1.4,<1.5
1.7.X: Django>=1.7,<1.8
1.8.X: Django>=1.8,<1.9
py26: {[deps]two_six}
py27: {[deps]two}
py32: {[deps]three_two}
py33: {[deps]three}
py34: {[deps]three}
django-discover-runner