mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 10:14:30 +03:00
Removed pinning of wheel
This commit is contained in:
parent
f9a031d1b3
commit
4eaf8df4c9
|
@ -5,7 +5,7 @@ env:
|
||||||
- PLAT=x86_64
|
- PLAT=x86_64
|
||||||
- UNICODE_WIDTH=32
|
- UNICODE_WIDTH=32
|
||||||
- BUILD_DEPENDS=""
|
- BUILD_DEPENDS=""
|
||||||
- TEST_DEPENDS="pytest pytest-cov numpy scipy wheel==0.31.1"
|
- TEST_DEPENDS="pytest pytest-cov numpy scipy"
|
||||||
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
|
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
|
||||||
# Following generated with
|
# Following generated with
|
||||||
# travis encrypt -r python-pillow/pillow-wheels WHEELHOUSE_UPLOADER_SECRET=<the api key>
|
# travis encrypt -r python-pillow/pillow-wheels WHEELHOUSE_UPLOADER_SECRET=<the api key>
|
||||||
|
|
13
config.sh
13
config.sh
|
@ -69,16 +69,3 @@ function run_tests {
|
||||||
fi
|
fi
|
||||||
return $ret
|
return $ret
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ -n "$IS_OSX" ]; then
|
|
||||||
function before_install {
|
|
||||||
# Custom before_install to temporarily pin wheel to 0.31.1
|
|
||||||
brew cask uninstall oclint || true
|
|
||||||
export CC=clang
|
|
||||||
export CXX=clang++
|
|
||||||
get_macpython_environment $MB_PYTHON_VERSION venv
|
|
||||||
source venv/bin/activate
|
|
||||||
pip install --upgrade pip
|
|
||||||
pip install wheel==0.31.1
|
|
||||||
}
|
|
||||||
fi
|
|
Loading…
Reference in New Issue
Block a user