File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 13
13
install :
14
14
- pip install tox
15
15
script :
16
- - tox -e "py $TRAVIS_PYTHON_VERSION-$DJANGO_VERSION"
16
+ - tox -e "$TRAVIS_PYTHON_VERSION-$DJANGO_VERSION"
17
17
matrix :
18
18
exclude :
19
19
- python : " 2.6"
Original file line number Diff line number Diff line change @@ -14,59 +14,59 @@ deps17 =
14
14
master =
15
15
https://github.com/django/django/archive/stable/1.7.x.zip# egg=django
16
16
17
- [testenv:py2 .6-1.5.x]
17
+ [testenv:2 .6-1.5.x]
18
18
basepython = python2.6
19
19
deps = {[testenv]deps15}
20
20
21
- [testenv:py2 .6-1.6.x]
21
+ [testenv:2 .6-1.6.x]
22
22
basepython = python2.6
23
23
deps = {[testenv]deps16}
24
24
25
- [testenv:py2 .7-1.5.x]
25
+ [testenv:2 .7-1.5.x]
26
26
basepython = python2.7
27
27
deps = {[testenv]deps15}
28
28
29
- [testenv:py2 .7-1.6.x]
29
+ [testenv:2 .7-1.6.x]
30
30
basepython = python2.7
31
31
deps = {[testenv]deps16}
32
32
33
- [testenv:py2 .7-1.7.x]
33
+ [testenv:2 .7-1.7.x]
34
34
basepython = python2.7
35
35
deps = {[testenv]deps17}
36
36
37
- [testenv:py2 .7-master]
37
+ [testenv:2 .7-master]
38
38
basepython = python2.7
39
39
deps = {[testenv]master}
40
40
41
- [testenv:py3 .3-1.5.x]
41
+ [testenv:3 .3-1.5.x]
42
42
basepython = python3.3
43
43
deps = {[testenv]deps15}
44
44
45
- [testenv:py3 .3-1.6.x]
45
+ [testenv:3 .3-1.6.x]
46
46
basepython = python3.3
47
47
deps = {[testenv]deps16}
48
48
49
- [testenv:py3 .3-1.7.x]
49
+ [testenv:3 .3-1.7.x]
50
50
basepython = python3.3
51
51
deps = {[testenv]deps17}
52
52
53
- [testenv:py3 .3-master]
53
+ [testenv:3 .3-master]
54
54
basepython = python3.3
55
55
deps = {[testenv]master}
56
56
57
- [testenv:py3 .4-1.5.x]
57
+ [testenv:3 .4-1.5.x]
58
58
basepython = python3.4
59
59
deps = {[testenv]deps15}
60
60
61
- [testenv:py3 .4-1.6.x]
61
+ [testenv:3 .4-1.6.x]
62
62
basepython = python3.4
63
63
deps = {[testenv]deps16}
64
64
65
- [testenv:py.34 -1.7.x]
65
+ [testenv:3.4 -1.7.x]
66
66
basepython = python3.4
67
67
deps = {[testenv]deps17}
68
68
69
- [testenv:py3 .4-master]
69
+ [testenv:3 .4-master]
70
70
basepython = python3.4
71
71
deps = {[testenv]master}
72
72
You can’t perform that action at this time.
0 commit comments