File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,14 @@ matrix:
11
11
python : " 3.7"
12
12
services :
13
13
- docker
14
+ install :
15
+ - pip3 install --upgrade cibuildwheel
16
+ - touch .cibuildwheel
14
17
- os : osx
15
- osx_image : xcode8.3
16
-
17
- install :
18
- # Python 3 is needed to run cibuildwheel for websockets.
19
- - if [ "${TRAVIS_OS_NAME:-}" == "osx" ]; then
20
- brew update;
21
- brew upgrade python;
22
- fi
23
- # Install cibuildwheel using pip3 to make sure Python 3 is used.
24
- - pip3 install --user --upgrade cibuildwheel
25
- # Create file '.cibuildwheel' so that extension build is not optional (c.f. setup.py).
26
- - touch .cibuildwheel
18
+ language : generic
19
+ install :
20
+ - sudo pip2 install --upgrade cibuildwheel
21
+ - touch .cibuildwheel
27
22
28
23
script :
29
24
- cibuildwheel --output-dir wheelhouse
You can’t perform that action at this time.
0 commit comments