summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorjpellerin <devnull@localhost>2010-10-19 13:56:28 -0400
committerjpellerin <devnull@localhost>2010-10-19 13:56:28 -0400
commit6afcfa13c1e609f224931008a48974fa11460a4a (patch)
tree5dd1085b40dab2fc83be909d6e01a220e7473988 /tox.ini
parent157f0cc04bb2310fa17de1cc6c728f6c7d9db97a (diff)
downloadnose-6afcfa13c1e609f224931008a48974fa11460a4a.tar.gz
Made tox.ini 3.1 builder use python3 to run selftest
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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 []