Skip to content

Commit

Permalink
CI: install Rust compiler, needed for PyPy
Browse files Browse the repository at this point in the history
It seems that compiling some wheels for PyPy needs a Rust compiler.
  • Loading branch information
tomka committed Feb 17, 2021
1 parent 92a2066 commit 817d0de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ before_install:
- bash scripts/travis/install_postgres.sh
- bash scripts/travis/install_python.sh
- bash scripts/travis/install_gdal.sh
- if python --version | grep PyPy; then curl https://sh.rustup.rs -sSf | sh -s -- -y; source $HOME/.cargo/env; fi
- bash scripts/travis/configure_pypy_libs.sh
- nvm install 11
install:
Expand Down

0 comments on commit 817d0de

Please sign in to comment.