Skip to content

Commit

Permalink
.travis.yml: remove pip install (Python isn't needed in CI anymore)
Browse files Browse the repository at this point in the history
See #95 - the
build scripts previously in Python were rewritten to Node.js.
  • Loading branch information
generalmimon committed Feb 12, 2023
1 parent f169b87 commit 49c7190
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ cache: npm
node_js: 16

install:
- pip install --user -r requirements.txt
- npm install
- 'if [[ "$TRAVIS_BRANCH" = stable ]]; then npm install kaitai-struct-compiler@latest && npm install kaitai-struct@latest && node vendor_build.js; fi'

Expand Down

0 comments on commit 49c7190

Please sign in to comment.