Skip to content

Commit

Permalink
Update tox with django 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vtemian committed May 8, 2020
1 parent 41817f1 commit b221aec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist =
py36-{docs,flake8},
py{27,35,36,37,py}-django111-{pg,sqlite},
py{35,36,37}-{django21,django22,djangolatest}-{pg,sqlite},
py{35,36,37}-{django21,django22,django30,djangolatest}-{pg,sqlite},
flake8,
docs

Expand All @@ -20,7 +20,8 @@ deps =
django111: Django>=1.11,<2
django21: Django>=2.1,<2.2
django22: Django>=2.2,<2.3
djangolatest: Django>=2.2
django30: Django>=3.0,<3.1
djangolatest: Django>=3.0

# Older PyPy versions (and all released PyPy3 versions) don't work with cryptography 1.0
py{py,py3}: cryptography<1
Expand Down

0 comments on commit b221aec

Please sign in to comment.