Skip to content

Commit

Permalink
Use tox variable for django-admin.py location.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Nov 21, 2014
1 parent 27859d1 commit 6b80f55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
envlist = py26-django-14, py27-django-14, {py26,py27,py32,py33,py34,pypy}-django-{15,16,17,master}
whitelist_externals = which

[testenv]
basepython =
Expand All @@ -23,5 +22,5 @@ deps =
django-master: https://github.com/django/django/archive/master.zip
usedevelop = true
commands =
coverage run `which django-admin.py` test --settings=tests.settings -v2
coverage run {envbindir}/django-admin.py test --settings=tests.settings -v2
coverage report

0 comments on commit 6b80f55

Please sign in to comment.