We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2e012 commit 6cdab98Copy full SHA for 6cdab98
Makefile
@@ -70,7 +70,7 @@ html:
70
71
specs:
72
@echo "Checking specs and autogenerating spec tests"
73
- env PYTHONPATH=".:$(PYTHONPATH)" python tools/checkspecs.py
+ env PYTHONPATH=".:$(PYTHONPATH)" python2 tools/checkspecs.py
74
75
check: check-before-commit # just a shortcut
76
check-before-commit: specs trailing-spaces html test
0 commit comments