Reroute -t parameter to build_ext

This commit is contained in:
eustas 2016-06-16 15:36:11 +02:00 committed by GitHub
parent 198b51d969
commit 41e4fb8bf3

View File

@ -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: