File tree 2 files changed +28
-0
lines changed
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ install:
7
7
script :
8
8
- tox
9
9
env :
10
+ - TOXENV=py34-1.7.X
11
+ - TOXENV=py33-1.7.X
12
+ - TOXENV=py32-1.7.X
13
+ - TOXENV=py27-1.7.X
10
14
- TOXENV=py33-1.6.X
11
15
- TOXENV=py32-1.6.X
12
16
- TOXENV=py27-1.6.X
Original file line number Diff line number Diff line change @@ -54,6 +54,30 @@ commands =
54
54
django-admin.py --version
55
55
make test
56
56
57
+ [testenv:py34-1.7.X]
58
+ basepython = python3.4
59
+ deps =
60
+ Django>=1.7,<1.8
61
+ {[deps]three}
62
+
63
+ [testenv:py33-1.7.X]
64
+ basepython = python3.3
65
+ deps =
66
+ Django>=1.7,<1.8
67
+ {[deps]three}
68
+
69
+ [testenv:py32-1.7.X]
70
+ basepython = python3.2
71
+ deps =
72
+ Django>=1.7,<1.8
73
+ {[deps]three_two}
74
+
75
+ [testenv:py27-1.7.X]
76
+ basepython = python2.7
77
+ deps =
78
+ Django>=1.7,<1.8
79
+ {[deps]two}
80
+
57
81
[testenv:py33-1.6.X]
58
82
basepython = python3.3
59
83
deps =
You can’t perform that action at this time.
0 commit comments