Skip to content

Commit

Permalink
Merge 5d1e062 into 5c15bca
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed May 20, 2022
2 parents 5c15bca + 5d1e062 commit 22407f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ cache:
directories:
- $HOME/.cache/pip

# Fix https://github.com/nodejs/node/issues/42351#issuecomment-1068424442
# Thread https://travis-ci.community/t/the-command-npm-config-set-spin-false-failed-and-exited-with-1-during/12909/4
node_js:
- 17

matrix:
include:
- python: 2.7
Expand Down
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 22407f2

Please sign in to comment.