Skip to content

Commit 2b3d2da

Browse files
committed
added install requirement for cython
1 parent e077e75 commit 2b3d2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- ln -s /c/Python39/python.exe /c/Python39/python3.exe
2424

2525
install:
26-
- python3 -m pip install cibuildwheel==1.11.1.post1
26+
- python3 -m pip install cibuildwheel==1.11.1.post1 cython>=0.29
2727

2828
script:
2929
# build the wheels, put them into './wheelhouse'

0 commit comments

Comments
 (0)