summaryrefslogtreecommitdiff
path: root/ci/runtests.bat
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2019-12-03 17:46:28 +0900
committerGitHub <noreply@github.com>2019-12-03 17:46:28 +0900
commitcc3a8665d6210e933bcfb9120bd0ceb15224f03e (patch)
tree8ca4b5059577c34fdc50b3fc219041e7e280bc29 /ci/runtests.bat
parent891f2d8743857bb75204f96b0469cb2ec90c7f79 (diff)
downloadmsgpack-python-cc3a8665d6210e933bcfb9120bd0ceb15224f03e.tar.gz
Use Github Actions for Windows (#377)
Diffstat (limited to 'ci/runtests.bat')
-rw-r--r--ci/runtests.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/runtests.bat b/ci/runtests.bat
index 0240467..4ae2f70 100644
--- a/ci/runtests.bat
+++ b/ci/runtests.bat
@@ -2,7 +2,7 @@
%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 -c "from msgpack import _cmsgpack"
%PYTHON%\python.exe setup.py bdist_wheel
%PYTHON%\python.exe -m pytest -v test
SET EL=%ERRORLEVEL%