File tree Expand file tree Collapse file tree 2 files changed +32
-24
lines changed Expand file tree Collapse file tree 2 files changed +32
-24
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python : 2.7
3
3
env :
4
+ - TOX_ENV=py33-master
4
5
- TOX_ENV=py33-1.7.x
5
6
- TOX_ENV=py33-1.6.x
6
7
- TOX_ENV=py33-1.5.x
8
+ - TOX_ENV=pypy-master
9
+ - TOX_ENV=pypy-1.7.x
10
+ - TOX_ENV=pypy-1.6.x
11
+ - TOX_ENV=pypy-1.5.x
12
+ - TOX_ENV=py27-master
7
13
- TOX_ENV=py27-1.7.x
8
14
- TOX_ENV=py27-1.6.x
9
15
- TOX_ENV=py27-1.5.x
Original file line number Diff line number Diff line change @@ -10,63 +10,65 @@ deps15 =
10
10
deps16 =
11
11
https://github.com/django/django/archive/stable/1.6.x.zip# egg=django
12
12
deps17 =
13
- https://github.com/django/django/archive/master.zip# egg=django
13
+ https://github.com/django/django/archive/stable/1.7.x.zip# egg=django
14
+ master =
15
+ https://github.com/django/django/archive/stable/1.7.x.zip# egg=django
14
16
15
17
[testenv:py26-1.5.x]
16
18
basepython = python2.6
17
- deps =
18
- {[testenv]deps15}
19
+ deps = {[testenv]deps15}
19
20
20
21
[testenv:py26-1.6.x]
21
22
basepython = python2.6
22
- deps =
23
- {[testenv]deps16}
23
+ deps = {[testenv]deps16}
24
24
25
25
[testenv:py27-1.5.x]
26
26
basepython = python2.7
27
- deps =
28
- {[testenv]deps15}
27
+ deps = {[testenv]deps15}
29
28
30
29
[testenv:py27-1.6.x]
31
30
basepython = python2.7
32
- deps =
33
- {[testenv]deps16}
31
+ deps = {[testenv]deps16}
34
32
35
33
[testenv:py27-1.7.x]
36
34
basepython = python2.7
37
- deps =
38
- {[testenv]deps17}
35
+ deps = {[testenv]deps17}
36
+
37
+ [testenv:py27-master]
38
+ basepython = python2.7
39
+ deps = {[testenv]master}
39
40
40
41
[testenv:py33-1.5.x]
41
42
basepython = python3.3
42
- deps =
43
- {[testenv]deps15}
43
+ deps = {[testenv]deps15}
44
44
45
45
[testenv:py33-1.6.x]
46
46
basepython = python3.3
47
- deps =
48
- {[testenv]deps16}
47
+ deps = {[testenv]deps16}
49
48
50
49
[testenv:py33-1.7.x]
51
50
basepython = python3.3
52
- deps =
53
- {[testenv]deps17}
51
+ deps = {[testenv]deps17}
52
+
53
+ [testenv:py33-master]
54
+ basepython = python3.3
55
+ deps = {[testenv]master}
54
56
55
57
[testenv:pypy-1.5.x]
56
58
basepython = pypy
57
- deps =
58
- {[testenv]deps17}
59
-
59
+ deps = {[testenv]deps17}
60
60
61
61
[testenv:pypy-1.6.x]
62
62
basepython = pypy
63
- deps =
64
- {[testenv]deps17}
63
+ deps = {[testenv]deps17}
65
64
66
65
[testenv:pypy-1.7.x]
67
66
basepython = pypy
68
- deps =
69
- {[testenv]deps17}
67
+ deps = {[testenv]deps17}
68
+
69
+ [testenv:pypy-master]
70
+ basepython = pypy
71
+ deps = {[testenv]master}
70
72
71
73
[docs]
72
74
commands =
You can’t perform that action at this time.
0 commit comments