diff options
| author | INADA Naoki <methane@users.noreply.github.com> | 2018-01-09 17:58:32 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-09 17:58:32 +0900 |
| commit | 45c1a53d5aeab5799f76cfae02f064ba89098f7f (patch) | |
| tree | 7d0b0163528d31b4262d3fb575edc8fd7624af5f /ci | |
| parent | 7c22d983f4aad34d612e6fb4dc84676fcb2bece9 (diff) | |
| download | msgpack-python-45c1a53d5aeab5799f76cfae02f064ba89098f7f.tar.gz | |
Update AppVeyor build (#267)
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/runtests.bat | 7 |
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
|
