summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBarry Warsaw2014-11-19 20:29:44 -0500
committerBarry Warsaw2014-11-19 20:29:44 -0500
commit11af7021249c5827c4c2d72a90fb4dd2321395c0 (patch)
tree01ebe7405568728856294b942fc5a91fe9e3e6e2 /tox.ini
parent0e9df01a559ee7c6bb0d4d307159ef29497e79c9 (diff)
downloadmailman-11af7021249c5827c4c2d72a90fb4dd2321395c0.tar.gz
mailman-11af7021249c5827c4c2d72a90fb4dd2321395c0.tar.zst
mailman-11af7021249c5827c4c2d72a90fb4dd2321395c0.zip
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 d4a01fc12..07a3dafc8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist = py27
recreate = True
[testenv]
-commands = python -m nose2 -v
+commands = python -3 -m nose2 -v
#sitepackages = True
usedevelop = True