From 62e35345c85b02dcc098881fe627a75ce5a0131c Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Wed, 5 Sep 2018 10:21:59 +0200 Subject: [PATCH 1/2] ver 2.0.2 * Python 3.4 * fixed types * fixed several issues in docs --- exec_helpers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec_helpers/__init__.py b/exec_helpers/__init__.py index f31737d..1a87162 100644 --- a/exec_helpers/__init__.py +++ b/exec_helpers/__init__.py @@ -46,7 +46,7 @@ 'ExecResult', ) -__version__ = '2.0.1' +__version__ = '2.0.2' __author__ = "Alexey Stepanov" __author_email__ = 'penguinolog@gmail.com' __maintainers__ = { From d75c7eec68d2df62d2e9bb54b9eecaf7477a33b4 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Wed, 5 Sep 2018 10:49:34 +0200 Subject: [PATCH 2/2] build wheels requires docker service --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f9bf64d..773b450 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,8 @@ jobs: if: tag IS present # Run on pypy to build not cythonized wheel python: *pypy - services: [] + services: + - docker install: - *upgrade_python_toolset script: