Skip to content

Commit efaf11f

Browse files
committed
Fix python in .testr.conf
1 parent dab18f6 commit efaf11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.testr.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[DEFAULT]
2-
test_command=${PYTHON:-python} -m subunit.run $LISTOPT $IDOPTION testtools.tests.test_suite
2+
test_command=${PYTHON:-python3} -m subunit.run $LISTOPT $IDOPTION testtools.tests.test_suite
33
test_id_option=--load-list $IDFILE
44
test_list_option=--list

0 commit comments

Comments
 (0)