mirror of
https://github.com/google/brotli.git
synced 2024-12-28 18:51:08 +00:00
Reroute -t parameter to build_ext
This commit is contained in:
parent
198b51d969
commit
41e4fb8bf3
@ -14,7 +14,7 @@ install:
|
||||
- get_python_environment $INSTALL_TYPE $VERSION venv
|
||||
- pip install --upgrade wheel
|
||||
script:
|
||||
- python setup.py build_ext test -t bin
|
||||
- python setup.py build_ext -t bin test
|
||||
after_success:
|
||||
- pip wheel -w dist .
|
||||
before_deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user