Commit 70745363d36cc046e58e0394d58c7fc7de1aa0c6

Authored by crccheck
1 parent fcb739c3

Updated tox.ini to explictly use virtualenv python

this how I usually see Python called in tox.
Showing 1 changed file with 1 additions and 1 deletions
@@ -3,7 +3,7 @@ envlist = py26-django15, py27-django15, py32-django15, py33-django15, @@ -3,7 +3,7 @@ envlist = py26-django15, py27-django15, py32-django15, py33-django15,
3 py26-django16, py27-django16, py32-django16, py33-django16 3 py26-django16, py27-django16, py32-django16, py33-django16
4 4
5 [testenv] 5 [testenv]
6 -commands = python setup.py test 6 +commands = {envpython} setup.py test
7 7
8 [testenv:py26-django15] 8 [testenv:py26-django15]
9 basepython = python2.6 9 basepython = python2.6
Please register or login to post a comment