summaryrefslogtreecommitdiff
path: root/ci/runtests.bat
blob: 4ae2f7088b681bd6e48d65d4fad0ac463d0c62a7 (plain)
1
2
3
4
5
6
7
8
9
%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 _cmsgpack"
%PYTHON%\python.exe setup.py bdist_wheel
%PYTHON%\python.exe -m pytest -v test
SET EL=%ERRORLEVEL%
exit /b %EL%