msgpack-python/ci/runtests.sh

9 lines
220 B
Bash
Raw Normal View History

2019-12-03 17:46:28 +09:00
#!/bin/bash
set -ex
${PYTHON} -VV
${PYTHON} -m pip install setuptools wheel pytest
${PYTHON} setup.py build_ext -if
${PYTHON} -c "from msgpack import _cmsgpack"
${PYTHON} setup.py bdist_wheel
${PYTHON} -m pytest -v test