travis: Maturin isn't needed for the linux tests.
parent
d3c5611a31
commit
7b678f57c5
|
@ -33,8 +33,7 @@ env:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install -U maturin pytest
|
- pip install -U pytest
|
||||||
- maturin list-python
|
|
||||||
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
|
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
|
||||||
- source "$HOME"/.cargo/env
|
- source "$HOME"/.cargo/env
|
||||||
- cargo build
|
- cargo build
|
||||||
|
@ -69,7 +68,7 @@ jobs:
|
||||||
stage: lint
|
stage: lint
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python3 -m pytest -v
|
- python -m pytest -v
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
# Deploy for linux using the manylinux docker image.
|
# Deploy for linux using the manylinux docker image.
|
||||||
|
|
Loading…
Reference in New Issue