From 45c1a53d5aeab5799f76cfae02f064ba89098f7f Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Tue, 9 Jan 2018 17:58:32 +0900 Subject: Update AppVeyor build (#267) --- ci/runtests.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ci/runtests.bat (limited to 'ci') diff --git a/ci/runtests.bat b/ci/runtests.bat new file mode 100644 index 0000000..9efea00 --- /dev/null +++ b/ci/runtests.bat @@ -0,0 +1,7 @@ +%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 -- cgit v1.2.1