Skip to content

Commit

Permalink
travis: remove maturin from deps because already in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
simobasso committed Apr 14, 2021
1 parent a600564 commit faedbe4
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 @@ -28,7 +28,7 @@ jobs:
env: TWINE_USERNAME=$PYPI_USER
TWINE_PASSWORD=$PYPI_PASSWORD
before_script:
- pip install twine maturin
- pip install twine
script:
- maturin sdist
- docker run --rm -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /io/ci/build-wheels.sh
Expand Down

0 comments on commit faedbe4

Please sign in to comment.