From 8a76030e88f8dbfea7c07b1220ddac26242920b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Wed, 25 Mar 2020 17:37:29 +0000 Subject: Remove bdist_wheel/install cycle from Travis CI. These don't seem to match the actual released builds, and they don't respect pyproject.toml dependencies. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b7bf5c6..c5cc111 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,4 @@ addons: script: - py.test - if [[ $RUN_MYPY != false ]]; then mypy glucometerutils reversing_tools; fi - - python setup.py bdist_wheel - - pip install ./dist/glucometerutils-*.whl - if [[ $PRE_COMMIT ]]; then pre-commit install; pre-commit run --all-files; fi -- cgit v1.2.3