Skip to content

Commit dbb3d14

Browse files
committed
Add Django 2.1 support
1 parent 028e16c commit dbb3d14

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
matrix:
1919
- DJANGO=111
2020
- DJANGO=20
21+
- DJANGO=21
2122
- DJANGO=master
2223
- TOXENV=qa
2324
matrix:

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{36}-dj{111,20,master},qa
2+
envlist = py{36}-dj{111,20,21,master},qa
33
[testenv]
44
setenv=
55
DISPLAY=:99.0
@@ -8,6 +8,7 @@ deps=
88
-rrequirements-dev.txt
99
dj111: https://github.com/django/django/archive/stable/1.11.x.tar.gz#egg=django
1010
dj20: https://github.com/django/django/archive/stable/2.0.x.tar.gz#egg=django
11+
dj21: https://github.com/django/django/archive/stable/2.1.x.tar.gz#egg=django
1112
djmaster: https://github.com/django/django/archive/master.tar.gz#egg=django
1213
commands=
1314
coverage run --source=s3file -m 'pytest' \

0 commit comments

Comments
 (0)