File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -32,58 +32,58 @@ deps =
32
32
basepython =python2.6
33
33
deps =
34
34
{[testenv]deps}
35
- django >=1.4,> 1.5
35
+ Django >=1.4,< 1.5
36
36
37
37
[testenv:py26django15]
38
38
basepython =python2.6
39
39
deps =
40
40
{[testenv]deps}
41
- django >=1.5,> 1.6
41
+ Django >=1.5,< 1.6
42
42
43
43
[testenv:py27django14]
44
44
basepython =python2.7
45
45
deps =
46
46
{[testenv]deps}
47
- django >=1.4,> 1.5
47
+ Django >=1.4,< 1.5
48
48
49
49
[testenv:py27django15]
50
50
basepython =python2.7
51
51
deps =
52
52
{[testenv]deps}
53
- django >=1.5,> 1.6
53
+ Django >=1.5,< 1.6
54
54
55
55
[testenv:py27django16]
56
56
basepython =python2.7
57
57
deps =
58
58
{[testenv]deps}
59
- django >=1.6,> 1.5
59
+ Django >=1.6,< 1.5
60
60
61
61
[testenv:py33django16]
62
62
basepython =python3.3
63
63
deps =
64
64
{[testenv]deps}
65
- django >=1.6,> 1.5
65
+ Django >=1.6,< 1.5
66
66
67
67
[testenv:py27django17]
68
68
basepython =python2.7
69
69
deps =
70
70
{[testenv]deps}
71
- https://www.djangoproject.com/download/1.7c1/tarball/
71
+ Django>=1.7,<1.8
72
72
73
73
[testenv:py33django17]
74
74
basepython =python3.3
75
75
deps =
76
76
{[testenv]deps}
77
- https://www.djangoproject.com/download/1.7c1/tarball/
77
+ Django>=1.7,<1.8
78
78
79
79
[testenv:py34django16]
80
80
basepython =python3.4
81
81
deps =
82
82
{[testenv]deps}
83
- django >=1.6,> 1.5
83
+ Django >=1.6,< 1.5
84
84
85
85
[testenv:py34django17]
86
86
basepython =python3.4
87
87
deps =
88
88
{[testenv]deps}
89
- https://www.djangoproject.com/download/1.7c1/tarball/
89
+ Django>=1.7,<1.8
You can’t perform that action at this time.
0 commit comments