Parcourir la source

Default to python 3.

Jelmer Vernooij il y a 5 ans
Parent
commit
e967ee385a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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