We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c858c83 commit 8fbd1e3Copy full SHA for 8fbd1e3
.travis.yml
@@ -45,11 +45,10 @@ install:
45
brew upgrade python
46
# CFLAGS='-stdlib=libc++'
47
fi;
48
- # for building docs in linux
49
- - |
50
- if [ "$TRAVIS_OS_NAME" != "osx" ]; then
51
- pip3 install -r requirements.txt
52
- fi;
+ # - |
+ # if [ "$TRAVIS_OS_NAME" != "osx" ]; then
+ # pip3 install -r requirements.txt
+ # fi;
53
- pip3 install --upgrade cibuildwheel
54
55
0 commit comments