Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Specify Python executable to run manage.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeowch committed Jan 6, 2016
1 parent c2271b9 commit d30e8ac
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 @@ -15,6 +15,6 @@ deps =
django18: django>=1.8,<1.9
py32: coverage==3.7.1

commands = {toxinidir}/manage.py test
commands = python {toxinidir}/manage.py test

passenv = LANG SSH_AUTH_SOCK TERM

0 comments on commit d30e8ac

Please sign in to comment.