summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-07-23 18:26:47 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-07-23 18:26:47 +0200
commita606604becebe259837b5793d6984122fbb153bd (patch)
tree97152349f9e49cf96c65c2e77ed443dfda1b6b3c
parent5ca212cf8af6524671ccf4527e6421854537cdac (diff)
downloadruamel.yaml-a606604becebe259837b5793d6984122fbb153bd.tar.gz
appveyor changes
-rw-r--r--.appveyor.yaml3
-rw-r--r--__init__.py2
2 files changed, 2 insertions, 3 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index 732d393..bd709b0 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -17,8 +17,7 @@ environment:
install:
- |
- %PYTHON%\python.exe -m pip install --upgrade pip
- %PYTHON%\python.exe -m pip install wheel
+ %PYTHON%\python.exe -m pip install --upgrade -q pip wheel
%PYTHON%\python.exe -m pip list --format columns
# only used when compiling (for Python with C extensions this is done in the after_test)
diff --git a/__init__.py b/__init__.py
index 580844c..a2bbb07 100644
--- a/__init__.py
+++ b/__init__.py
@@ -27,7 +27,7 @@ _package_data = dict(
'ext/emitter.c',
],
lib=[],
- test='#include "ext/yaml.h"\n\nint main(int argc, char* argv[])\n{\nyaml_parser_t parser;\nparser = parser; /* prevent warning */\nreturn 0;\n}\n', # NOQA
+ # test='#include "ext/yaml.h"\n\nint main(int argc, char* argv[])\n{\nyaml_parser_t parser;\nparser = parser; /* prevent warning */\nreturn 0;\n}\n', # NOQA
)],
classifiers=[
'Programming Language :: Python :: 2.7',