File tree 2 files changed +26
-13
lines changed
2 files changed +26
-13
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
-
3
2
python :
3
+ - " 2.6"
4
4
- " 2.7"
5
5
- " 3.2"
6
6
- " 3.3"
7
7
- " 3.4"
8
-
9
8
env :
10
9
- DJANGO=1.6
11
10
- DJANGO=1.7
12
11
- DJANGO=master
13
-
12
+ matrix :
13
+ exclude :
14
+ - python : " 2.6"
15
+ env : DJANGO=1.7
16
+ - python : " 2.6"
17
+ env : DJANGO=master
18
+ - python : " 3.4"
19
+ env : DJANGO=1.6
14
20
install :
15
21
- pip install tox coveralls
16
22
script :
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ max-complexity = 10
5
5
6
6
[tox]
7
7
envlist =
8
+ py26-1.6,
8
9
py27-1.6, py27-1.7, py27-master,
9
10
py32-1.6, py32-1.7, py32-master,
10
11
py33-1.6, py33-1.7, py33-master,
11
- py34-1.6, py34-1. 7, py34-master,
12
+ py34-1.7, py34-master
12
13
13
14
[testenv]
14
15
deps =
@@ -24,17 +25,23 @@ commands =
24
25
coverage report -m
25
26
flake8 payments
26
27
28
+ [testenv:py26-1.6]
29
+ basepython = python2.6
30
+ deps =
31
+ {[testenv]deps}
32
+ Django>1.6,<1.7
33
+
27
34
[testenv:py27-1.7]
28
35
basepython = python2.7
29
36
deps =
30
37
{[testenv]deps}
31
- Django == 1.7
38
+ Django> 1.7,<1.8
32
39
33
40
[testenv:py27-1.6]
34
41
basepython = python2.7
35
42
deps =
36
43
{[testenv]deps}
37
- Django == 1.6.7
44
+ Django> 1.6,<1 .7
38
45
39
46
[testenv:py27-master]
40
47
basepython = python2.7
@@ -46,13 +53,13 @@ deps =
46
53
basepython = python3.2
47
54
deps =
48
55
{[testenv]deps}
49
- Django == 1.7
56
+ Django> 1.7,<1.8
50
57
51
58
[testenv:py32-1.6]
52
59
basepython = python3.2
53
60
deps =
54
61
{[testenv]deps}
55
- Django == 1.6.7
62
+ Django> 1.6,<1 .7
56
63
57
64
[testenv:py32-master]
58
65
basepython = python3.2
@@ -64,13 +71,13 @@ deps =
64
71
basepython = python3.3
65
72
deps =
66
73
{[testenv]deps}
67
- Django == 1.7
74
+ Django> 1.7,<1.8
68
75
69
76
[testenv:py33-1.6]
70
77
basepython = python3.3
71
78
deps =
72
79
{[testenv]deps}
73
- Django == 1.6.7
80
+ Django> 1.6,<1 .7
74
81
75
82
[testenv:py33-master]
76
83
basepython = python3.3
@@ -82,16 +89,16 @@ deps =
82
89
basepython = python3.4
83
90
deps =
84
91
{[testenv]deps}
85
- Django == 1.7
92
+ Django> 1.7,<1.8
86
93
87
94
[testenv:py34-1.6]
88
95
basepython = python3.4
89
96
deps =
90
97
{[testenv]deps}
91
- Django == 1.6.7
98
+ Django> 1.6,<1 .7
92
99
93
100
[testenv:py34-master]
94
101
basepython = python3.4
95
102
deps =
96
103
{[testenv]deps}
97
- https://github.com/django/django/tarball/master
104
+ https://github.com/django/django/tarball/master
You can’t perform that action at this time.
0 commit comments