mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 04:13:16 +00:00
Update docker/runtests
This commit is contained in:
parent
6c8e539eec
commit
9d11249d89
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ for V in cp36-cp36m cp35-cp35m cp27-cp27m cp27-cp27mu; do
|
|||
$PYBIN/pip install pytest
|
||||
pushd test # prevent importing msgpack package in current directory.
|
||||
$PYBIN/python -c 'import sys; print(hex(sys.maxsize))'
|
||||
$PYBIN/python -c 'from msgpack import _packer, _unpacker'
|
||||
$PYBIN/python -c 'from msgpack import _msgpack' # Ensure extension is available
|
||||
$PYBIN/pytest -v .
|
||||
popd
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue