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 167b563 commit 0ffb1aaCopy full SHA for 0ffb1aa
.travis.yml
@@ -70,6 +70,7 @@ before_script:
70
# exit-zero treats all errors as warnings. Two space indentation is OK. The GitHub editor is 127 chars wide
71
- flake8 . --count --exit-zero --ignore=E111,E114,W503 --max-complexity=10 --max-line-length=127 --statistics
72
- npm install
73
+ - npm install minizlib # https://github.com/isaacs/minizlib/issues/9
74
- npm list
75
script:
76
- node -e 'require("npmlog").level="verbose"; require("./lib/find-python")(null,()=>{})'
0 commit comments