File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
CIBW_BUILD : " cp38-* cp39-* cp310-* cp311-*"
24
24
# Skip 32 bit architectures, musllinux, and i686, and macOS x86_64 wheels for CP3.8 -- CP3.11
25
25
CIBW_SKIP : " *-win32 *-musllinux_x86_64 *_i686 cp38-macosx_x86_64 cp39-macosx_x86_64 cp310-macosx_x86_64 cp311-macosx_x86_64"
26
- CIBW_BEFORE_BUILD_WINDOWS : pip install twine && sed -i $'s/\r$//' README.rst && python -m pip install delvewheel
27
- CIBW_BEFORE_BUILD_LINUX : pip install twine
28
- CIBW_BEFORE_BUILD_MACOS : brew install cmake && pip install twine
26
+ CIBW_BEFORE_BUILD_WINDOWS : pip install twine && pip install -e ".[tests]" && sed -i $'s/\r$//' README.rst && python -m pip install delvewheel
27
+ CIBW_BEFORE_BUILD_LINUX : pip install twine && pip install -e ".[tests]"
28
+ CIBW_BEFORE_BUILD_MACOS : pip install twine && pip install -e ".[tests]"
29
29
CIBW_TEST_COMMAND : pytest --pyargs pyflagser
30
30
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair -vv -w {dest_dir} {wheel}"
31
31
CIBW_TEST_REQUIRES : pytest hypothesis
You can’t perform that action at this time.
0 commit comments