From e0072f925d700801e1b883f604d139c5c55a8c6b Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 16 Oct 2019 20:41:03 -0400 Subject: [PATCH] Add back a py3.7 run on windows --- .travis.yml | 9 +++++++++ README.rst | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec448e5..dc63616 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,15 @@ matrix: - export PATH="/c/Python:/c/Python/Scripts:$PATH" - python -m pip install --upgrade pip wheel + - name: "Windows, Python 3.7" + os: windows + python: 3.7 # only works on linux + language: sh + before_install: + - choco install python3 --version 3.7.4 --params "/InstallDir:C:\\Python" + - export PATH="/c/Python:/c/Python/Scripts:$PATH" + - python -m pip install --upgrade pip wheel + - python: 3.7 # this works for Linux but is ignored on macOS or Windows - python: 3.8 diff --git a/README.rst b/README.rst index e7ab3b5..5819f20 100644 --- a/README.rst +++ b/README.rst @@ -737,7 +737,7 @@ See `#61`_ and `#79`_ for further details. .. _freeze_support(): https://docs.python.org/3/library/multiprocessing.html#multiprocessing.freeze_support .. _#61: https://github.com/goodboy/tractor/pull/61#issuecomment-470053512 -.. _#79: https://github.com/goodboy/tractor/pull/79#issuecomment-470053512 +.. _#79: https://github.com/goodboy/tractor/pull/79 Enabling logging