Skip to content

Commit 14653a4

Browse files
committed
Make specs expects Python 2
1 parent 56286ad commit 14653a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ html:
7070

7171
specs:
7272
@echo "Checking specs and autogenerating spec tests"
73-
env PYTHONPATH=".:$(PYTHONPATH)" python tools/checkspecs.py
73+
env PYTHONPATH=".:$(PYTHONPATH)" python2 tools/checkspecs.py
7474

7575
check: check-before-commit # just a shortcut
7676
check-before-commit: specs trailing-spaces html test

0 commit comments

Comments
 (0)