This repository was archived by the owner on Jun 10, 2024. It is now read-only.
File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 12
12
- DJANGO="Django==1.8"
13
13
- DJANGO="Django==1.9"
14
14
- DJANGO="Django==1.10"
15
+ - DJANGO="Django==1.11"
15
16
16
17
matrix :
17
18
exclude :
@@ -20,8 +21,10 @@ matrix:
20
21
env : DJANGO="Django==1.9"
21
22
- python : " 3.3"
22
23
env : DJANGO="Django==1.10"
24
+ - python : " 3.3"
25
+ env : DJANGO="Django==1.11"
23
26
24
- # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
27
+ # command to install dependencies, e.g. pip install -r requirements.txt
25
28
install :
26
29
- pip install $DJANGO
27
30
- pip install -r requirements-test.txt
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ envlist =
3
3
{py27,py33}-django18
4
4
{py27,py34,py35}-django19
5
5
{py27,py34,py35}-django110
6
+ {py27,py34,py35}-django111
6
7
{py27,py34,py35}-django{master}
7
8
8
9
[testenv]
@@ -11,7 +12,8 @@ setenv =
11
12
commands = python runtests.py
12
13
deps =
13
14
-r{toxinidir}/requirements-test.txt
14
- django18: Django ==1.8.16
15
- django19: Django ==1.9.11
16
- django110: Django ==1.10.3
15
+ django18: Django ==1.8.18
16
+ django19: Django ==1.9.13
17
+ django110: Django ==1.10.8
18
+ django111: Django ==1.11.9
17
19
djangomaster: https://github.com/django/django/archive/master.tar.gz
You can’t perform that action at this time.
0 commit comments