forked from miracle2k/webassets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
75 lines (61 loc) · 1.36 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
[testenv]
commands = nosetests {posargs:tests}
#*************************************************************************
# Test various runtimes.
#*************************************************************************
[base]
deps =
clevercss==0.1
closure==20110811
cssutils==0.9.8a2
jsmin==2.0.2
glob2==0.3.0
jinja2==2.5
mock==0.8.0
nose==1.0.0
pyyaml==3.10
yuicompressor==2.4.6.1
[base_pre27]
deps =
argparse==1.2.1
{[base]deps}
[testenv:py27]
basepython = python2.7
deps =
{[base]deps}
[testenv:py26]
basepython = python2.6
deps =
{[base_pre27]deps}
[testenv:py25]
basepython = python2.5
deps =
{[base_pre27]deps}
simplejson
[testenv:pypy]
basepython = pypy
deps =
{[base_pre27]deps}
#*************************************************************************
# Test with various dependencies. Those suffice to be tested with the
# latest Python version.
#*************************************************************************
[testenv:no-glob2]
basepython = python2.7
deps =
nose==1.0.0
mock==0.8.0
jinja2==2.5
pyyaml==3.10
[testenv:external-jsmin]
basepython = python2.7
deps =
nose==1.0.0
mock==0.8.0
jsmin==2.0.2
[testenv:external-rjsmin]
basepython = python2.7
deps =
nose==1.0.0
mock==0.8.0
http://michael.elsdoerfer.name/rjsmin/rjsmin-1.0.1-webassets.tar.gz