summaryrefslogtreecommitdiff
path: root/tools/tox-venv
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tox-venv')
-rwxr-xr-xtools/tox-venv2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tox-venv b/tools/tox-venv
index a5d21625..9dd02460 100755
--- a/tools/tox-venv
+++ b/tools/tox-venv
@@ -116,7 +116,7 @@ Usage: ${0##*/} [--no-create] tox-environment [command [args]]
be read from tox.ini. This allows you to do:
tox-venv py27 - tests/some/sub/dir
and have the 'command' read correctly and have that execute:
- python -m nose tests/some/sub/dir
+ python -m pytest tests/some/sub/dir
EOF
if [ -f "$tox_ini" ]; then