File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ python:
55 - " 3.2"
66 - " 3.3"
77env :
8- - DJANGO_VERSION=1.4.8
9- - DJANGO_VERSION=1.5.4
8+ - DJANGO_VERSION=1.4.10
9+ - DJANGO_VERSION=1.5.5
10+ - DJANGO_VERSION=1.6
1011matrix :
1112 exclude :
1213 - python : " 3.2"
13- env : DJANGO_VERSION=1.4.8
14+ env : DJANGO_VERSION=1.4.10
1415 - python : " 3.3"
15- env : DJANGO_VERSION=1.4.8
16+ env : DJANGO_VERSION=1.4.10
1617install :
1718 - pip install Django==$DJANGO_VERSION sqlparse
1819script : make test
Original file line number Diff line number Diff line change 1313 license = 'BSD' ,
1414 packages = find_packages (exclude = ('tests' , 'example' )),
1515 install_requires = [
16- 'django>=1.4.2,<1.6 ' ,
16+ 'django>=1.4.2,<1.7 ' ,
1717 'sqlparse' ,
1818 ],
1919 include_package_data = True ,
Original file line number Diff line number Diff line change @@ -57,25 +57,25 @@ deps =
5757[testenv:py26-django16]
5858basepython = python2.6
5959deps =
60- https://www.djangoproject.com/download/1.6c1/tarball/
60+ Django>=1.6,<1.7
6161 {[testenv]deps}
6262
6363[testenv:py27-django16]
6464basepython = python2.7
6565deps =
66- https://www.djangoproject.com/download/1.6c1/tarball/
66+ Django>=1.6,<1.7
6767 {[testenv]deps}
6868
6969[testenv:py32-django16]
7070basepython = python3.2
7171deps =
72- https://www.djangoproject.com/download/1.6c1/tarball/
72+ Django>=1.6,<1.7
7373 {[testenv]deps}
7474
7575[testenv:py33-django16]
7676basepython = python3.3
7777deps =
78- https://www.djangoproject.com/download/1.6c1/tarball/
78+ Django>=1.6,<1.7
7979 {[testenv]deps}
8080
8181[testenv:flake8]
You can’t perform that action at this time.
0 commit comments