Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
use python requirements in travis deploy stage
Browse files Browse the repository at this point in the history
installing all requirements might be inefficient, but its annoying when
a bug is caused by old maturin version, and you'd expect it to be fixed
by updating the version in requirements.txt
  • Loading branch information
pattonw committed Sep 1, 2020
1 parent 2d4e419 commit a69877f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
before_install:
- source ./ci/travis/setup_rust.sh
install:
- pip install maturin==0.7.2
- pip install -r requirements.txt
script:
- maturin publish -u pattonw -p $PYPI_PASSWORD -i python3.6 -i python3.7 -i python3.8

0 comments on commit a69877f

Please sign in to comment.