Skip to content

Commit 315d024

Browse files
committed
chore: fix tests again
1 parent 31701da commit 315d024

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ deps =
5151
linters: flake8
5252
setenv =
5353
PYTHONDONTWRITEBYTECODE=1
54+
TESTPATH=tests
55+
django: TESTPATH=tests/integrations/django
56+
flask: TESTPATH=tests/integrations/flask
57+
celery: TESTPATH=tests/integrations/celery
5458
usedevelop = True
5559
extras =
5660
flask: flask
@@ -65,7 +69,7 @@ basepython =
6569
pypy: pypy
6670

6771
commands =
68-
py.test {posargs}
72+
py.test {env:TESTPATH} {posargs}
6973

7074
[testenv:linters]
7175
commands =

0 commit comments

Comments
 (0)