Skip to content

Commit 68a9929

Browse files
committed
update test runner to use python3
1 parent 7cd5da4 commit 68a9929

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
@@ -33,7 +33,7 @@ export HOOK_VERBOSE_OPTION
3333

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

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

0 commit comments

Comments
 (0)