Skip to content

Commit 891f837

Browse files
n2ygkauvipy
authored andcommitted
restore commented-out tests
1 parent 6194247 commit 891f837

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ envlist =
66
py37-django{30,22,21},
77
py36-django{22,21},
88
py35-django{22,21},
9-
# FIXME: something is broken in DRF integration, enable once fixed
10-
# py38-djangomaster,
11-
# py37-djangomaster,
12-
# py36-djangomaster,
9+
py38-djangomaster,
10+
py37-djangomaster,
11+
py36-djangomaster,
1312

1413
[pytest]
1514
django_find_project = false
@@ -51,6 +50,7 @@ commands =
5150
deps =
5251
flake8
5352
flake8-isort
53+
# TODO: restore this:
5454
# flake8-quotes
5555

5656
[coverage:run]

0 commit comments

Comments
 (0)