diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-14 02:20:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-14 02:20:16 +0300 |
commit | 6ca8b497292579327d8c66ce627e24f1ab4aa0f5 (patch) | |
tree | a3ed4631a8cee3453f804575279cda2bdd53929f | |
parent | prettier error messages (diff) | |
download | winapi-utf8-6ca8b497292579327d8c66ce627e24f1ab4aa0f5.tar.gz winapi-utf8-6ca8b497292579327d8c66ce627e24f1ab4aa0f5.zip |
AppVeyor: reorder images, 2019 first
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 918e11a..3ceffad 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,10 +1,10 @@ version: '{build}' image: + - Visual Studio 2019 - Visual Studio 2013 - Visual Studio 2015 - Visual Studio 2017 - - Visual Studio 2019 environment: python_exe: C:\Python36-x64\python.exe |