Skip to content

Commit 0ffb1aa

Browse files
committed
fixup! lib: accept Python 3 by default
1 parent 167b563 commit 0ffb1aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ before_script:
7070
# exit-zero treats all errors as warnings. Two space indentation is OK. The GitHub editor is 127 chars wide
7171
- flake8 . --count --exit-zero --ignore=E111,E114,W503 --max-complexity=10 --max-line-length=127 --statistics
7272
- npm install
73+
- npm install minizlib # https://github.com/isaacs/minizlib/issues/9
7374
- npm list
7475
script:
7576
- node -e 'require("npmlog").level="verbose"; require("./lib/find-python")(null,()=>{})'

0 commit comments

Comments
 (0)