Bumping version of npm up
This commit is contained in:
parent
d245fb91b5
commit
87fb40ae26
|
|
@ -6,8 +6,7 @@ cache:
|
|||
directories:
|
||||
- $HOME/.wheelhouse/
|
||||
before_install:
|
||||
- rm -rf ~/.npm
|
||||
- mkdir ~/.npm
|
||||
- npm install -g npm@'>=2.7.1'
|
||||
install:
|
||||
- pip wheel -w $HOME/.wheelhouse -f $HOME/.wheelhouse .
|
||||
- pip install --find-links=$HOME/.wheelhouse --no-index .
|
||||
|
|
|
|||
Loading…
Reference in New Issue