diff options
| author | Inada Naoki <songofacandy@gmail.com> | 2018-11-30 19:25:14 +0900 |
|---|---|---|
| committer | Inada Naoki <songofacandy@gmail.com> | 2018-11-30 19:25:14 +0900 |
| commit | b1d658e7a0aed4e723f9b6b238cc9f2f876e54d7 (patch) | |
| tree | 71bdbfccbcd3724adf7fa2cad131ea9681ac4920 | |
| parent | cc7fd5722b779d438f7d226a9c7f61115764b39c (diff) | |
| download | msgpack-python-b1d658e7a0aed4e723f9b6b238cc9f2f876e54d7.tar.gz | |
AppVeyor: Add Python 3.7 and remove 3.6master-361
| -rw-r--r-- | appveyor.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index f0e21fc..bd0800a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,14 +21,14 @@ test_script: - ci\\runtests.bat - set PYTHON="C:\\Python27-x64" - ci\\runtests.bat - - set PYTHON="C:\\Python35" - - ci\\runtests.bat - - set PYTHON="C:\\Python35-x64" - - ci\\runtests.bat - set PYTHON="C:\\Python36" - ci\\runtests.bat - set PYTHON="C:\\Python36-x64" - ci\\runtests.bat + - set PYTHON="C:\\Python37" + - ci\\runtests.bat + - set PYTHON="C:\\Python37-x64" + - ci\\runtests.bat after_test: # This step builds your wheels. |
