From 7b678f57c5ed026bd79765ebf17f6ed6767e520e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 6 Jan 2020 18:17:34 +0100 Subject: [PATCH] travis: Maturin isn't needed for the linux tests. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 49e0a99..243d514 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.