Skip to content

Commit

Permalink
fixup! lib: accept Python 3 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocgreis committed Sep 30, 2019
1 parent 167b563 commit 0ffb1aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,()=>{})'
Expand Down

0 comments on commit 0ffb1aa

Please sign in to comment.