Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Use cibuildwheel to produce wheels #42

Closed
wants to merge 16 commits into from
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
global:
- CIBW_SKIP="cp34-* cp35-*"
- CIBW_TEST_REQUIRES="tox"
- CIBW_TEST_COMMAND="tox --installpkg /tmp/built_wheel/*.whl -e codecov --workdir {project} -c {project}"
- CIBW_TEST_COMMAND="tox --installpkg wheelhouse/*.whl -e codecov --workdir {project} -c {project}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don’t want to only run -e codecov tox environment, neither you want to run all the envlist.. but the specific python version that is currently active. I think -e py (or -e py-cov) is the shortcut for the generic python executable. I’m typing from my phone..


matrix:
include:
Expand Down