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 5
5
- DJANGO_VERSION=https://github.com/django/django/archive/stable/1.10.x.zip
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
+ - DJANGO_VERSION=https://github.com/django/django/archive/stable/2.1.x.zip
8
9
python :
9
10
- " 2.7"
10
11
- " 3.4"
11
12
- " 3.5"
13
+ - " 3.6"
12
14
matrix :
13
15
exclude :
14
16
- python : " 2.7"
15
17
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
16
22
install :
17
23
- pip install $DJANGO_VERSION
18
24
- pip install .
You can’t perform that action at this time.
0 commit comments