summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-01-30 14:57:08 +0100
committerAnthon van der Neut <anthon@mnt.org>2016-01-30 14:57:08 +0100
commitadb949ea8d43798d226980e31e8a62e6668897e1 (patch)
treeddde5671ccce677ca45073d95cb521f8ffc85ce4
parentd9bff05c49d6c193f8ace9ac49a799462a72a8c1 (diff)
downloadruamel.yaml-adb949ea8d43798d226980e31e8a62e6668897e1.tar.gz
debugging
-rw-r--r--.appveyor.yaml1
-rw-r--r--__init__.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index e08d926..0d87cb1 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -19,6 +19,7 @@ environment:
install:
- IF [%PYTHON_HOME%]==[C:\Python26] appveyor DownloadFile https://www.python.org/ftp/python/2.6.6/python-2.6.6.msi
- IF [%PYTHON_HOME%]==[C:\Python26] msiexec /i python-2.6.6.msi /qn
+
- SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
- python.exe -c "import sys, os; print sys.executable"
- '%PYTHON%\python.exe -c "import sys, os; print sys.executable"'
diff --git a/__init__.py b/__init__.py
index 123ebbe..747aac4 100644
--- a/__init__.py
+++ b/__init__.py
@@ -9,7 +9,7 @@ from __future__ import absolute_import
_package_data = dict(
full_package_name="ruamel.yaml",
- version_info=(0, 10, 18),
+ version_info=(0, 10, 18, "dev"),
author="Anthon van der Neut",
author_email="a.van.der.neut@ruamel.eu",
description="ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order", # NOQA