Skip to content

Commit

Permalink
Change PYTHONPATH for Windows testing
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Jun 7, 2019
1 parent b40c0c7 commit c250a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deps=
commands=python -m pytest
setenv =
DJANGO_SETTINGS_MODULE=tests.settings
PYTHONPATH={toxinidir}:{toxinidir}/tests
PYTHONPATH={toxinidir}

[pytest]
addopts=
Expand Down

0 comments on commit c250a02

Please sign in to comment.