diff options
| author | Terence Honles <terence@honles.com> | 2019-11-22 19:58:55 -0800 |
|---|---|---|
| committer | Inada Naoki <songofacandy@gmail.com> | 2019-11-23 12:58:55 +0900 |
| commit | b458e9a6a2cf69e483fa5994d227382c6a01f3c4 (patch) | |
| tree | 1781cff4cf84cb4c67bb7434c94f66c78e54154a /appveyor.yml | |
| parent | 997b524f06176aaa6bd255a046a8746e99b4f87d (diff) | |
| download | msgpack-python-b458e9a6a2cf69e483fa5994d227382c6a01f3c4.tar.gz | |
update for Python 3.8 (#374)
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index bd0800a..f338e17 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,6 +29,10 @@ test_script: - ci\\runtests.bat - set PYTHON="C:\\Python37-x64" - ci\\runtests.bat + - set PYTHON="C:\\Python38" + - ci\\runtests.bat + - set PYTHON="C:\\Python38-x64" + - ci\\runtests.bat after_test: # This step builds your wheels. |
