mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Pin wheel to 0.31.1 to work around API break in 0.32.0
This commit is contained in:
parent
9c5255dbe9
commit
ef47f46ed4
|
@ -5,7 +5,7 @@ env:
|
|||
- PLAT=x86_64
|
||||
- UNICODE_WIDTH=32
|
||||
- BUILD_DEPENDS=""
|
||||
- TEST_DEPENDS="pytest pytest-cov numpy scipy"
|
||||
- TEST_DEPENDS="pytest pytest-cov numpy scipy wheel==0.31.1"
|
||||
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
|
||||
# Following generated with
|
||||
# travis encrypt -r python-pillow/pillow-wheels WHEELHOUSE_UPLOADER_SECRET=<the api key>
|
||||
|
|
Loading…
Reference in New Issue
Block a user