File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[tox]
2
2
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 }
7
7
docs
8
8
9
9
[testenv]
@@ -12,14 +12,14 @@ setenv =
12
12
postgres: DEFAULT_DATABASE = postgres:///default
13
13
postgres: SECONDARY_DATABASE = postgres:///secondary
14
14
deps =
15
- ipdb
16
15
coverage
17
16
dj-database-url
18
17
django21: Django ~= 2.1
19
18
django22: Django ~= 2.2
20
19
django30: Django ~= 3.0
21
20
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
23
23
postgres: psycopg2
24
24
commands =
25
25
coverage run --source polymorphic runtests.py
You can’t perform that action at this time.
0 commit comments