From 0fd899e45e1b670dbcb8c3a819b76a9289fd48e2 Mon Sep 17 00:00:00 2001 From: Matt Morrison Date: Sat, 21 May 2016 12:33:21 -0400 Subject: [PATCH 1/3] add Python 3.5 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3345ff24f..d29102950 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python python: + - "3.5" - "3.4" - "3.3" - "2.7" From b94eb309d01bdd966f760a2793998e0a8e161d52 Mon Sep 17 00:00:00 2001 From: Matt Morrison Date: Sat, 21 May 2016 12:34:57 -0400 Subject: [PATCH 2/3] add Python 3.5 --- tox.ini | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 014fd8dda..f13c3416c 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ python_classes = Test Describe python_functions = it_ they_ [tox] -envlist = py26, py27, py33, py34 +envlist = py26, py27, py33, py34, py35 [testenv] deps = @@ -38,3 +38,10 @@ deps = lxml pyparsing pytest + +[testenv:py35] +deps = + behave + lxml + pyparsing + pytest From b9bd4ad41112f393d93cf55e9b02bb96585c8ad2 Mon Sep 17 00:00:00 2001 From: MattDMo Date: Sat, 21 May 2016 12:44:01 -0400 Subject: [PATCH 3/3] Update version --- docx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docx/__init__.py b/docx/__init__.py index 1bf421391..2d79eba0d 100644 --- a/docx/__init__.py +++ b/docx/__init__.py @@ -2,7 +2,7 @@ from docx.api import Document # noqa -__version__ = '0.8.5' +__version__ = '0.8.6' # register custom Part classes with opc package reader