From 0ffb1aad5273ab6a7729c4a4fe404201683d73b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Mon, 30 Sep 2019 07:36:04 +0100 Subject: [PATCH] fixup! lib: accept Python 3 by default --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2d4b010df8..a4fc82ec14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,6 +70,7 @@ before_script: # exit-zero treats all errors as warnings. Two space indentation is OK. The GitHub editor is 127 chars wide - flake8 . --count --exit-zero --ignore=E111,E114,W503 --max-complexity=10 --max-line-length=127 --statistics - npm install + - npm install minizlib # https://github.com/isaacs/minizlib/issues/9 - npm list script: - node -e 'require("npmlog").level="verbose"; require("./lib/find-python")(null,()=>{})'