File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,49 +14,49 @@ deps =
14
14
[testenv:py26-django14]
15
15
basepython = python2.6
16
16
deps =
17
- Django ==1.4.8
17
+ Django<1.5
18
18
{[testenv]deps}
19
19
20
20
[testenv:py26-django15]
21
21
basepython = python2.6
22
22
deps =
23
- Django ==1.5.4
23
+ Django<1.6
24
24
{[testenv]deps}
25
25
26
26
[testenv:py26-django16]
27
27
basepython = python2.6
28
28
deps =
29
- Django ==1.6.1
29
+ Django<1.7
30
30
{[testenv]deps}
31
31
32
32
[testenv:py27-django14]
33
33
basepython = python2.7
34
34
deps =
35
- Django ==1.4.8
35
+ Django<1.5
36
36
{[testenv]deps}
37
37
38
38
[testenv:py27-django15]
39
39
basepython = python2.7
40
40
deps =
41
- Django ==1.5.4
41
+ Django<1.6
42
42
{[testenv]deps}
43
43
44
44
[testenv:py33-django15]
45
45
basepython = python3.3
46
46
deps =
47
- Django ==1.5.4
47
+ Django<1.6
48
48
{[testenv]deps}
49
49
50
50
[testenv:py27-django16]
51
51
basepython = python2.7
52
52
deps =
53
- https://www.djangoproject.com/download/1.6b4/tarball/
53
+ Django<1.7
54
54
{[testenv]deps}
55
55
56
56
[testenv:py33-django16]
57
57
basepython = python3.3
58
58
deps =
59
- https://www.djangoproject.com/download/1.6b4/tarball/
59
+ Django<1.7
60
60
{[testenv]deps}
61
61
62
62
[testenv:docs]
You can’t perform that action at this time.
0 commit comments