File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ python:
9
9
env :
10
10
- DJANGO="Django>=1.7.0,<1.8.0"
11
11
- DJANGO="Django>=1.8.0,<1.9.0"
12
- - DJANGO="https://www.djangoproject.com/download/1.9a1/tarball/ "
12
+ - DJANGO="Django>=1.9.0,<1.10.0 "
13
13
matrix :
14
14
exclude :
15
15
- python : " 3.2"
16
- env : DJANGO="https://www.djangoproject.com/download/1.9a1/tarball/ "
16
+ env : DJANGO="Django>=1.9.0,<1.10.0 "
17
17
- python : " 3.3"
18
- env : DJANGO="https://www.djangoproject.com/download/1.9a1/tarball/ "
18
+ env : DJANGO="Django>=1.9.0,<1.10.0 "
19
19
- python : " 3.5"
20
20
env : DJANGO="Django>=1.7.0,<1.8.0"
21
21
- python : " 3.5"
Original file line number Diff line number Diff line change 19
19
django16: Django>=1.6,<1.7
20
20
django17: Django>=1.7,<1.8
21
21
django18: Django>=1.8,<1.9
22
- django19: https://www.djangoproject.com/download/1.9a1/tarball/
22
+ django19: Django>=1.9,<1.10
23
23
django-discover-runner
24
24
selenium
25
25
sqlparse
You can’t perform that action at this time.
0 commit comments