Skip to content

Commit

Permalink
Use the latest compatible Django for each python unless specified oth…
Browse files Browse the repository at this point in the history
…erwise
  • Loading branch information
Kevin Michel committed Mar 5, 2020
1 parent 8925341 commit 18b3fc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ deps =
Flask-SQLAlchemy
future
# the sdk doesn't support earlier version of django
django1: django >= 1.10, <2.0
django2: django >= 2.2, <2.3
!django1-!django2: django >= 3.0, <4.0
py{27,34}-!django2-!django3,django1: django >= 1.10, <2.0
py{35}-!django1-!django3,django2: django >= 2.2, <2.3
py{36,37,38}-!django1-!django2,django3: django >= 3.0, <4.0
django-fake-model
pynamodb >= 3.3.1
psycopg2
Expand Down

0 comments on commit 18b3fc3

Please sign in to comment.