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: 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__ = {