File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313install :
1414 - pip install tox
1515script :
16- - tox -e "py $TRAVIS_PYTHON_VERSION-$DJANGO_VERSION"
16+ - tox -e "$TRAVIS_PYTHON_VERSION-$DJANGO_VERSION"
1717matrix :
1818 exclude :
1919 - python : " 2.6"
Original file line number Diff line number Diff line change @@ -14,59 +14,59 @@ deps17 =
1414master =
1515 https://github.com/django/django/archive/stable/1.7.x.zip# egg=django
1616
17- [testenv:py2 .6-1.5.x]
17+ [testenv:2 .6-1.5.x]
1818basepython = python2.6
1919deps = {[testenv]deps15}
2020
21- [testenv:py2 .6-1.6.x]
21+ [testenv:2 .6-1.6.x]
2222basepython = python2.6
2323deps = {[testenv]deps16}
2424
25- [testenv:py2 .7-1.5.x]
25+ [testenv:2 .7-1.5.x]
2626basepython = python2.7
2727deps = {[testenv]deps15}
2828
29- [testenv:py2 .7-1.6.x]
29+ [testenv:2 .7-1.6.x]
3030basepython = python2.7
3131deps = {[testenv]deps16}
3232
33- [testenv:py2 .7-1.7.x]
33+ [testenv:2 .7-1.7.x]
3434basepython = python2.7
3535deps = {[testenv]deps17}
3636
37- [testenv:py2 .7-master]
37+ [testenv:2 .7-master]
3838basepython = python2.7
3939deps = {[testenv]master}
4040
41- [testenv:py3 .3-1.5.x]
41+ [testenv:3 .3-1.5.x]
4242basepython = python3.3
4343deps = {[testenv]deps15}
4444
45- [testenv:py3 .3-1.6.x]
45+ [testenv:3 .3-1.6.x]
4646basepython = python3.3
4747deps = {[testenv]deps16}
4848
49- [testenv:py3 .3-1.7.x]
49+ [testenv:3 .3-1.7.x]
5050basepython = python3.3
5151deps = {[testenv]deps17}
5252
53- [testenv:py3 .3-master]
53+ [testenv:3 .3-master]
5454basepython = python3.3
5555deps = {[testenv]master}
5656
57- [testenv:py3 .4-1.5.x]
57+ [testenv:3 .4-1.5.x]
5858basepython = python3.4
5959deps = {[testenv]deps15}
6060
61- [testenv:py3 .4-1.6.x]
61+ [testenv:3 .4-1.6.x]
6262basepython = python3.4
6363deps = {[testenv]deps16}
6464
65- [testenv:py.34 -1.7.x]
65+ [testenv:3.4 -1.7.x]
6666basepython = python3.4
6767deps = {[testenv]deps17}
6868
69- [testenv:py3 .4-master]
69+ [testenv:3 .4-master]
7070basepython = python3.4
7171deps = {[testenv]master}
7272
You can’t perform that action at this time.
0 commit comments