Edit tox.ini PYTHONPATH settings.

pull/126/head
niauah 2021-04-26 11:48:09 +08:00
parent 319c822fe1
commit 276d50a796
1 changed files with 2 additions and 2 deletions

View File

@ -39,6 +39,6 @@ passenv = CI TRAVIS TRAVIS_*
deps = deps =
-r requirements.txt -r requirements.txt
setenv = setenv =
DJANGO_SETTINGS_MODULE=tests.settings PYTHONPATH = {toxinidir}
commands = commands =
django-admin makemigrations --check --pythonpath $pwd django-admin makemigrations --check --settings tests.settings