From 6afcfa13c1e609f224931008a48974fa11460a4a Mon Sep 17 00:00:00 2001 From: jpellerin Date: Tue, 19 Oct 2010 13:56:28 -0400 Subject: Made tox.ini 3.1 builder use python3 to run selftest --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 84af113..13d4cce 100644 --- a/tox.ini +++ b/tox.ini @@ -29,4 +29,4 @@ basepython=python3.1 distribute=True commands= python setup.py build_tests - python selftest.py [] + python3 selftest.py [] -- cgit v1.2.1