Skip to content

Commit

Permalink
Add Python 3.8.0rc1 and Django 3.0a1 to tox matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
strayer committed Oct 2, 2019
1 parent 754f648 commit 936ed70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
envlist =
{py27,py34,py35,py36,py37,pypy2,pypy3}-django111,
{py35,py36,py37,pypy3}-{django21,django22},
{py36,py37,py38,pypy3}-{django3},
[testenv]
deps =
-rrequirements-test.txt
django111: django<1.12
django21: django<2.2
django22: django<2.3
django3: django==3.0a1
commands = py.test {posargs}
[pytest]
DJANGO_SETTINGS_MODULE = test_app.app.settings
Expand Down

0 comments on commit 936ed70

Please sign in to comment.