Skip to content

Commit 4bb39c6

Browse files
committed
update dependencies and fix tox path
1 parent 9e07c57 commit 4bb39c6

File tree

2 files changed

+99
-40
lines changed

2 files changed

+99
-40
lines changed

poetry.lock

Lines changed: 98 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ envlist =
88
basepython = python3
99
[testenv]
1010
setenv =
11-
PYTHONPATH = {toxinidir}:{toxinidir}/django_ip_geolocation
11+
PYTHONPATH = {toxinidir}:{toxinidir}/django_async_orm
1212
commands = coverage run --source django_async_orm manage.py test -v2 {posargs}
1313
deps =
1414
django-31: Django>=3.1,<3.2

0 commit comments

Comments
 (0)