File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 55 - DJANGO_VERSION=https://github.com/django/django/archive/stable/1.10.x.zip
66 - DJANGO_VERSION=https://github.com/django/django/archive/stable/1.11.x.zip
77 - DJANGO_VERSION=https://github.com/django/django/archive/stable/2.0.x.zip
8+ - DJANGO_VERSION=https://github.com/django/django/archive/stable/2.1.x.zip
89python :
910 - " 2.7"
1011 - " 3.4"
1112 - " 3.5"
13+ - " 3.6"
1214matrix :
1315 exclude :
1416 - python : " 2.7"
1517 env : DJANGO_VERSION=https://github.com/django/django/archive/stable/2.0.x.zip
18+ - python : " 2.7"
19+ env : DJANGO_VERSION=https://github.com/django/django/archive/stable/2.1.x.zip
20+ - python : " 3.4"
21+ env : DJANGO_VERSION=https://github.com/django/django/archive/stable/2.1.x.zip
1622install :
1723 - pip install $DJANGO_VERSION
1824 - pip install .
You can’t perform that action at this time.
0 commit comments