File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ envlist = docs,
6
6
py27-django1.4,
7
7
py27-django1.5,
8
8
py27-django1.6,
9
- py32 -django1.5,
10
- py32 -django1.6,
9
+ py33 -django1.5,
10
+ py33 -django1.6,
11
11
12
12
downloadcache = {envtmpdir}tox-downloadcache/
13
13
@@ -16,23 +16,22 @@ deps =
16
16
lxml ==3.2.3
17
17
mock ==1.0.1
18
18
pysolr ==3.1.0
19
- poster
20
19
whoosh ==2.5.4
21
20
elasticsearch ==0.4.3
22
21
httplib2 ==0.8
23
22
python-dateutil
24
23
geopy ==0.95.1
25
24
26
25
[django1.6]
27
- deps = https://www.djangoproject.com/download/1.6b4/tarball/
26
+ deps = Django ==1.6
28
27
{[base]deps}
29
28
30
29
[django1.5]
31
- deps = Django ==1.5.4
30
+ deps = Django ==1.5.5
32
31
{[base]deps}
33
32
34
33
[django1.4]
35
- deps = Django ==1.4.8
34
+ deps = Django ==1.4.10
36
35
{[base]deps}
37
36
38
37
[testenv]
@@ -75,12 +74,12 @@ deps = {[django1.5]deps}
75
74
basepython = python2.7
76
75
deps = {[django1.6]deps}
77
76
78
- [testenv:py32 -django1.5]
79
- basepython = python3.2
77
+ [testenv:py33 -django1.5]
78
+ basepython = python3.3
80
79
deps = {[django1.5]deps}
81
80
82
- [testenv:py32 -django1.6]
83
- basepython = python3.2
81
+ [testenv:py33 -django1.6]
82
+ basepython = python3.3
84
83
deps = {[django1.6]deps}
85
84
86
85
[testenv:docs]
You can’t perform that action at this time.
0 commit comments