Skip to content

Commit f50d854

Browse files
author
Víctor Ramos
committed
Update travis.yml
1 parent 869e04f commit f50d854

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@ env:
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
89
python:
910
- "2.7"
1011
- "3.4"
1112
- "3.5"
13+
- "3.6"
1214
matrix:
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
1622
install:
1723
- pip install $DJANGO_VERSION
1824
- pip install .

0 commit comments

Comments
 (0)