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 6
6
- DJANGO_VERSION=https://github.com/django/django/archive/stable/1.11.x.zip
7
7
- DJANGO_VERSION=https://github.com/django/django/archive/stable/2.0.x.zip
8
8
- 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
9
10
python :
10
11
- " 2.7"
11
12
- " 3.4"
@@ -17,8 +18,12 @@ matrix:
17
18
env : DJANGO_VERSION=https://github.com/django/django/archive/stable/2.0.x.zip
18
19
- python : " 2.7"
19
20
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
20
23
- python : " 3.4"
21
24
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
22
27
install :
23
28
- pip install $DJANGO_VERSION
24
29
- pip install .
You can’t perform that action at this time.
0 commit comments