diff options
| author | Barry Warsaw | 2014-11-19 20:29:44 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-11-19 20:29:44 -0500 |
| commit | 11af7021249c5827c4c2d72a90fb4dd2321395c0 (patch) | |
| tree | 01ebe7405568728856294b942fc5a91fe9e3e6e2 /tox.ini | |
| parent | 0e9df01a559ee7c6bb0d4d307159ef29497e79c9 (diff) | |
| download | mailman-11af7021249c5827c4c2d72a90fb4dd2321395c0.tar.gz mailman-11af7021249c5827c4c2d72a90fb4dd2321395c0.tar.zst mailman-11af7021249c5827c4c2d72a90fb4dd2321395c0.zip | |
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ envlist = py27 recreate = True [testenv] -commands = python -m nose2 -v +commands = python -3 -m nose2 -v #sitepackages = True usedevelop = True |
