Skip to content

Commit d6201d9

Browse files
committed
update test runner to use python3
1 parent 599583c commit d6201d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run_tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export HOOK_VERBOSE_OPTION
3636

3737
# Force virtualenvwrapper to use the python interpreter in the
3838
# tox-created virtualenv.
39-
VIRTUALENVWRAPPER_PYTHON="$envdir/bin/python"
39+
VIRTUALENVWRAPPER_PYTHON="$envdir/bin/python3"
4040
export VIRTUALENVWRAPPER_PYTHON
4141

4242
# Clear any user settings for the hook directory or log directory

0 commit comments

Comments
 (0)