Skip to content

Commit 16a00d7

Browse files
author
Kevin Michel
committed
Simplify Django version selection in tox
1 parent 18b3fc3 commit 16a00d7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tox.ini

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[tox]
22
envlist =
3-
py{27,34,35,36,37,38}-django1
3+
py{27,34,35,36,37,38}
44
py{35,36,37,38}-aiohttp2
5-
py{35,36,37,38}-django2
6-
py{36,37,38}-django3
75
coverage-report
86

97
skip_missing_interpreters = True
@@ -21,9 +19,7 @@ deps =
2119
Flask-SQLAlchemy
2220
future
2321
# the sdk doesn't support earlier version of django
24-
py{27,34}-!django2-!django3,django1: django >= 1.10, <2.0
25-
py{35}-!django1-!django3,django2: django >= 2.2, <2.3
26-
py{36,37,38}-!django1-!django2,django3: django >= 3.0, <4.0
22+
django >= 1.10
2723
django-fake-model
2824
pynamodb >= 3.3.1
2925
psycopg2

0 commit comments

Comments
 (0)