Skip to content

Commit 8211149

Browse files
committed
Add django 2.1
1 parent 9ff63ee commit 8211149

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ env:
1919
- TOXENV=py36-django20-sqlite
2020
- TOXENV=py36-django20-mysql
2121
- TOXENV=py36-django20-postgresql
22+
- TOXENV=py36-django21-sqlite
23+
- TOXENV=py36-django21-mysql
24+
- TOXENV=py36-django21-postgresql
2225
- TOXENV=qa
2326
install:
2427
- pip install -U pip

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,36}-django{18,110,111,20}{-sqlite,-mysql,-postgresql}
2+
envlist = py{27,36,37}-django{18,110,111,20,21}{-sqlite,-mysql,-postgresql}
33

44
[testenv]
55
usedevelop = true
@@ -20,6 +20,7 @@ deps =
2020
django10: Django>=1.10,<1.11
2121
django111: Django>=1.11,<2.0
2222
django20: Django>=2.0,<2.1
23+
django21: Django>=2.1,<2.2
2324
postgresql: psycopg2
2425
mysql: mysqlclient
2526
setenv =

0 commit comments

Comments
 (0)