Remove command line args

Values should be taken from setup.cfg
This commit is contained in:
eustas 2016-06-17 20:25:28 +02:00 committed by GitHub
parent 81054a4667
commit 902b20c0b8

View File

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