summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2018-01-09 17:58:32 +0900
committerGitHub <noreply@github.com>2018-01-09 17:58:32 +0900
commit45c1a53d5aeab5799f76cfae02f064ba89098f7f (patch)
tree7d0b0163528d31b4262d3fb575edc8fd7624af5f /ci
parent7c22d983f4aad34d612e6fb4dc84676fcb2bece9 (diff)
downloadmsgpack-python-45c1a53d5aeab5799f76cfae02f064ba89098f7f.tar.gz
Update AppVeyor build (#267)
Diffstat (limited to 'ci')
-rw-r--r--ci/runtests.bat7
1 files changed, 7 insertions, 0 deletions
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