diff options
| author | INADA Naoki <methane@users.noreply.github.com> | 2018-01-11 17:02:41 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-11 17:02:41 +0900 |
| commit | 5534d0c7af0114db3d27f7b96c82a7fe22ce1e40 (patch) | |
| tree | 57d598860b021b723074504bd84391852b376eb9 /ci | |
| parent | 50ea49c86f5aaff8bb1cd37778b50b13df83ba8f (diff) | |
| download | msgpack-python-5534d0c7af0114db3d27f7b96c82a7fe22ce1e40.tar.gz | |
Add raw_as_bytes option to Unpacker. (#265)
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/runtests.bat | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/runtests.bat b/ci/runtests.bat index 9efea00..0240467 100644 --- a/ci/runtests.bat +++ b/ci/runtests.bat @@ -3,5 +3,7 @@ %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
+%PYTHON%\python.exe -m pytest -v test
+SET EL=%ERRORLEVEL%
+exit /b %EL%
|
