1
1
[tox]
2
2
envlist =
3
- py26-1.3, py26-1. 4, py26-1.5, py26-1.6,
4
- py27-1.3, py27-1. 4, py27-1.5, py27-1.6, py27-1.7, py27-trunk,
3
+ py26-1.4, py26-1.5, py26-1.6,
4
+ py27-1.4, py27-1.5, py27-1.6, py27-1.7, py27-trunk,
5
5
py32-1.5, py32-1.6, py32-1.7, py32-trunk,
6
6
py33-1.5, py33-1.6, py33-1.7, py33-trunk,
7
+ py34-1.7, py34-trunk,
7
8
docs, flake8
8
9
9
10
@@ -27,28 +28,22 @@ exclude = __init__.py
27
28
deps = flake8
28
29
commands = flake8 simple_history
29
30
30
- [testenv:py26-1.3]
31
- basepython = python2.6
32
- deps =
33
- django == 1.3.7
34
- coverage == 3.6
35
-
36
31
[testenv:py26-1.4]
37
32
basepython = python2.6
38
33
deps =
39
- django == 1.4.10
34
+ django == 1.4.13
40
35
coverage == 3.6
41
36
42
37
[testenv:py26-1.5]
43
38
basepython = python2.6
44
39
deps =
45
- django == 1.5.5
40
+ django == 1.5.8
46
41
coverage == 3.6
47
42
48
43
[testenv:py26-1.6]
49
44
basepython = python2.6
50
45
deps =
51
- django == 1.6.2
46
+ django == 1.6.5
52
47
coverage == 3.6
53
48
54
49
[testenv:py26-trunk]
@@ -57,29 +52,22 @@ deps =
57
52
https://github.com/django/django/tarball/master
58
53
coverage == 3.6
59
54
60
-
61
- [testenv:py27-1.3]
62
- basepython = python2.7
63
- deps =
64
- django == 1.3.7
65
- coverage == 3.6
66
-
67
55
[testenv:py27-1.4]
68
56
basepython = python2.7
69
57
deps =
70
- django == 1.4.10
58
+ django == 1.4.13
71
59
coverage == 3.6
72
60
73
61
[testenv:py27-1.5]
74
62
basepython = python2.7
75
63
deps =
76
- django == 1.5.5
64
+ django == 1.5.8
77
65
coverage == 3.6
78
66
79
67
[testenv:py27-1.6]
80
68
basepython = python2.7
81
69
deps =
82
- django == 1.6.2
70
+ django == 1.6.5
83
71
coverage == 3.6
84
72
85
73
[testenv:py27-1.7]
@@ -98,13 +86,13 @@ deps =
98
86
[testenv:py32-1.5]
99
87
basepython = python3.2
100
88
deps =
101
- django == 1.5.5
89
+ django == 1.5.8
102
90
coverage == 3.6
103
91
104
92
[testenv:py32-1.6]
105
93
basepython = python3.2
106
94
deps =
107
- django == 1.6.2
95
+ django == 1.6.5
108
96
coverage == 3.6
109
97
110
98
[testenv:py32-1.7]
@@ -123,13 +111,13 @@ deps =
123
111
[testenv:py33-1.5]
124
112
basepython = python3.3
125
113
deps =
126
- django == 1.5.5
114
+ django == 1.5.8
127
115
coverage == 3.6
128
116
129
117
[testenv:py33-1.6]
130
118
basepython = python3.3
131
119
deps =
132
- django == 1.6.2
120
+ django == 1.6.5
133
121
coverage == 3.6
134
122
135
123
[testenv:py33-1.7]
@@ -143,3 +131,15 @@ basepython = python3.3
143
131
deps =
144
132
https://github.com/django/django/tarball/master
145
133
coverage == 3.6
134
+
135
+ [testenv:py34-1.7]
136
+ basepython = python3.4
137
+ deps =
138
+ https://github.com/django/django/tarball/stable/1.7.x
139
+ coverage == 3.6
140
+
141
+ [testenv:py34-trunk]
142
+ basepython = python3.4
143
+ deps =
144
+ https://github.com/django/django/tarball/master
145
+ coverage == 3.6
0 commit comments