travis: Maturin isn't needed for the linux tests.

master
Damir Jelić 2020-01-06 18:17:34 +01:00
parent d3c5611a31
commit 7b678f57c5
1 changed files with 2 additions and 3 deletions

View File

@ -33,8 +33,7 @@ env:
install:
- pip install --upgrade pip
- pip install -U maturin pytest
- maturin list-python
- pip install -U pytest
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
- source "$HOME"/.cargo/env
- cargo build
@ -69,7 +68,7 @@ jobs:
stage: lint
script:
- python3 -m pytest -v
- python -m pytest -v
deploy:
# Deploy for linux using the manylinux docker image.