Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 authored May 20, 2022
1 parent c748f61 commit 5d1e062
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ passenv =

commands =
python --version
nodeenv --python-virtualenv
# node 18 is not compatible with current ubuntu version used in travis
# More info about:
# - https://travis-ci.community/t/the-command-npm-config-set-spin-false-failed-and-exited-with-1-during/12909/4
nodeenv --python-virtualenv -n 17.9.0
npm install -g --no-package-lock --no-save eslint
eslint --version
coverage run setup.py test
Expand Down

0 comments on commit 5d1e062

Please sign in to comment.