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:
5
5
- " 3.2"
6
6
- " 3.3"
7
7
env :
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
10
11
matrix :
11
12
exclude :
12
13
- python : " 3.2"
13
- env : DJANGO_VERSION=1.4.8
14
+ env : DJANGO_VERSION=1.4.10
14
15
- python : " 3.3"
15
- env : DJANGO_VERSION=1.4.8
16
+ env : DJANGO_VERSION=1.4.10
16
17
install :
17
18
- pip install Django==$DJANGO_VERSION sqlparse
18
19
script : make test
Original file line number Diff line number Diff line change 13
13
license = 'BSD' ,
14
14
packages = find_packages (exclude = ('tests' , 'example' )),
15
15
install_requires = [
16
- 'django>=1.4.2,<1.6 ' ,
16
+ 'django>=1.4.2,<1.7 ' ,
17
17
'sqlparse' ,
18
18
],
19
19
include_package_data = True ,
Original file line number Diff line number Diff line change @@ -57,25 +57,25 @@ deps =
57
57
[testenv:py26-django16]
58
58
basepython = python2.6
59
59
deps =
60
- https://www.djangoproject.com/download/1.6c1/tarball/
60
+ Django>=1.6,<1.7
61
61
{[testenv]deps}
62
62
63
63
[testenv:py27-django16]
64
64
basepython = python2.7
65
65
deps =
66
- https://www.djangoproject.com/download/1.6c1/tarball/
66
+ Django>=1.6,<1.7
67
67
{[testenv]deps}
68
68
69
69
[testenv:py32-django16]
70
70
basepython = python3.2
71
71
deps =
72
- https://www.djangoproject.com/download/1.6c1/tarball/
72
+ Django>=1.6,<1.7
73
73
{[testenv]deps}
74
74
75
75
[testenv:py33-django16]
76
76
basepython = python3.3
77
77
deps =
78
- https://www.djangoproject.com/download/1.6c1/tarball/
78
+ Django>=1.6,<1.7
79
79
{[testenv]deps}
80
80
81
81
[testenv:flake8]
You can’t perform that action at this time.
0 commit comments