Skip to content

Commit 6c69ea2

Browse files
committed
update test matrix in tox (GitHub Actions can be done later)
1 parent db999f0 commit 6c69ea2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tox]
22
envlist =
3-
py35-django{21,22}
4-
py36-django{21,22,30,31}
5-
py37-django{21,22,30,31}
6-
py38-django{21,22,30,31}
3+
py36-django{22,30,31}
4+
py37-django{22,30,31}
5+
py38-django{22,30,31,32}
6+
py39-django{40}
77
docs
88

99
[testenv]
@@ -12,14 +12,14 @@ setenv =
1212
postgres: DEFAULT_DATABASE = postgres:///default
1313
postgres: SECONDARY_DATABASE = postgres:///secondary
1414
deps =
15-
ipdb
1615
coverage
1716
dj-database-url
1817
django21: Django ~= 2.1
1918
django22: Django ~= 2.2
2019
django30: Django ~= 3.0
2120
django31: Django ~= 3.1
22-
djangomaster: https://github.com/django/django/archive/master.tar.gz
21+
django40: Django==4.0b1
22+
djangomain: https://github.com/django/django/archive/main.tar.gz
2323
postgres: psycopg2
2424
commands =
2525
coverage run --source polymorphic runtests.py

0 commit comments

Comments
 (0)