File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 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
88 - DJANGO_VERSION=https://github.com/django/django/archive/stable/2.1.x.zip
9+ - DJANGO_VERSION=https://github.com/django/django/archive/stable/2.2.x.zip
910python :
1011 - " 2.7"
1112 - " 3.4"
@@ -17,8 +18,12 @@ matrix:
1718 env : DJANGO_VERSION=https://github.com/django/django/archive/stable/2.0.x.zip
1819 - python : " 2.7"
1920 env : DJANGO_VERSION=https://github.com/django/django/archive/stable/2.1.x.zip
21+ - python : " 2.7"
22+ env : DJANGO_VERSION=https://github.com/django/django/archive/stable/2.2.x.zip
2023 - python : " 3.4"
2124 env : DJANGO_VERSION=https://github.com/django/django/archive/stable/2.1.x.zip
25+ - python : " 3.4"
26+ env : DJANGO_VERSION=https://github.com/django/django/archive/stable/2.2.x.zip
2227install :
2328 - pip install $DJANGO_VERSION
2429 - pip install .
You can’t perform that action at this time.
0 commit comments