aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-11-17 10:09:04 +0100
committerAnthon van der Neut <anthon@mnt.org>2020-11-17 10:09:04 +0100
commit1e4359246f1df60da3154d92d9f39220c9c022cd (patch)
tree6d0afa16380a836cb1b82186096d8b546cab93c7
parentaa3b57241445b3bb34dca69b508916fb3cb7f9a6 (diff)
downloadruamel-yaml-clib-code-1e4359246f1df60da3154d92d9f39220c9c022cd.tar.gz
testing appveyor for 3.0
-rw-r--r--.appveyor.yaml2
-rw-r--r--__init__.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index c02b429..d3649c6 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -13,7 +13,9 @@ environment:
- PYTHON: C:\Python38
- PYTHON: C:\Python38-x64
- PYTHON: C:\Python39
+ image: Visual Studio 2019
- PYTHON: C:\Python39-x64
+ image: Visual Studio 2019
install:
- |
diff --git a/__init__.py b/__init__.py
index a9fc134..f3a8db2 100644
--- a/__init__.py
+++ b/__init__.py
@@ -32,7 +32,7 @@ _package_data = dict(
'emitter.c',
],
lib=[],
- test="""
+ testx="""
int main(int argc, char* argv[])
{
/* prevent warning */