Put library also to bin

This commit is contained in:
eustas 2016-06-16 17:23:21 +02:00 committed by GitHub
parent 41e4fb8bf3
commit cac71ca2f6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ install:
- get_python_environment $INSTALL_TYPE $VERSION venv
- pip install --upgrade wheel
script:
- python setup.py build_ext -t bin test
- python setup.py build_ext -b bin -t bin test
after_success:
- pip wheel -w dist .
before_deploy: