mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
7 lines
345 B
Batchfile
7 lines
345 B
Batchfile
%PYTHON%\python.exe -m pip install -U pip wheel pytest
|
|
%PYTHON%\python.exe setup.py build_ext -i
|
|
%PYTHON%\python.exe setup.py install
|
|
%PYTHON%\python.exe -c "import sys; print(hex(sys.maxsize))"
|
|
%PYTHON%\python.exe -c "from msgpack import _packer, _unpacker"
|
|
%PYTHON%\python.exe -m pytest -v test
|
|
%PYTHON%\python.exe setup.py bdist_wheel
|