Skip to content

Commit

Permalink
ensure python is installed on travis (fixes node v16 build)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Oct 21, 2021
1 parent 7077464 commit 77cdd6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,10 @@ language: node_js
services:
- xvfb

addons:
apt:
packages: [ 'python' ]

##### WARNING
# node-pre-gyp tests are not concurrency safe
# such that in the below travis builds we cannot
Expand Down

0 comments on commit 77cdd6e

Please sign in to comment.