Skip to content

Commit

Permalink
Try w/o PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Feb 17, 2017
1 parent 8ac2d6c commit 73dfa03
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ basepython =
usedevelop = true
pip_pre = true
setenv =
PYTHONPATH={toxinidir}
XPYTHONPATH={toxinidir}
DJANGO_SETTINGS_MODULE=testapp.settings
commands =
django-admin check
coverage run --branch --source=dnt {envbindir}/django-admin.py test
deps =
1.8: Django>=1.8,<1.9
Expand All @@ -27,6 +26,3 @@ deps =
1.11: Django>=1.11a1,<1.12
master: https://github.com/django/django/archive/master.tar.gz
coverage
whitelist_externals =
make
which

0 comments on commit 73dfa03

Please sign in to comment.