瀏覽代碼

Default to python 3.

Jelmer Vernooij 4 年之前
父節點
當前提交
e967ee385a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-PYTHON = python -Werror
+PYTHON = python3 -Werror
 PYFLAKES = pyflakes
 PEP8 = pep8
 FLAKE8 ?= flake8