Skip to content

Commit 0b5f759

Browse files
author
Kevin Michel
committed
Enable tests for Django 2.0, 2.1, 2.2 and 3.0
1 parent 3143be9 commit 0b5f759

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

tox.ini

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[tox]
22
envlist =
3-
py{27,34,35,36,37,38}
3+
py{27,34,35,36,37,38}-django111
4+
py{34,35,36,37}-django20
5+
py{35,36,37}-django21
6+
py{35,36,37,38}-django22
7+
pu{36,37,38}-django30
48
py{35,36,37,38}-aiohttp2
59
coverage-report
610

@@ -18,7 +22,11 @@ deps =
1822
Flask-SQLAlchemy
1923
future
2024
# the sdk doesn't support earlier version of django
21-
django >= 1.10, <2.0
25+
django111: django >= 1.10, <2.0
26+
django20: django >= 2.0, <2.1
27+
django21: django >= 2.1, <2.2
28+
django22: django >= 2.2, <3.0
29+
django30: django >= 3.0, <4.0
2230
django-fake-model
2331
pynamodb >= 3.3.1
2432
psycopg2

0 commit comments

Comments
 (0)