From 987b3c52ca0841b8e6debea5da7aac0d24447211 Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Wed, 29 Jan 2020 20:15:09 -0800 Subject: Re-enable Windows testing Turns out that there was a period where choco was broken when a version was specified. This broke my Windows builds. But now choco is fixed, so I can re-enable. --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2ea4ecc..7b3880e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,13 +36,13 @@ jobs: - export PYENV_VERSION_STRING="Python ${PYENV_VERSION}" - wget https://github.com/praekeltfoundation/travis-pyenv/releases/download/0.4.0/setup-pyenv.sh - source setup-pyenv.sh - # - language: sh - # os: windows - # name: "Test on Windows" - # env: TOXENV=py38 - # before_install: - # - choco install python --version=3.8.1 - # - export PATH="/c/Python38:/c/Python38/Scripts:$PATH" + - language: sh + os: windows + name: "Test on Windows" + env: TOXENV=py38 + before_install: + - choco install python --version=3.8.1 + - export PATH="/c/Python38:/c/Python38/Scripts:$PATH" # This "code quality" stage does static analysis and formatting checks. # Platform- and Python-version-independent. -- cgit v1.2.1