Skip to content

Commit a11c067

Browse files
committed
Add DJANGO_VERSION 2.2.x into travis config.
1 parent ac45208 commit a11c067

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ env:
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
910
python:
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
2227
install:
2328
- pip install $DJANGO_VERSION
2429
- pip install .

0 commit comments

Comments
 (0)