summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2020-01-29 20:15:09 -0800
committerSeth Morton <seth.m.morton@gmail.com>2020-01-29 20:27:25 -0800
commit987b3c52ca0841b8e6debea5da7aac0d24447211 (patch)
treef62fc2cc5cdb3a763c158b8fa4c8abfc714f7576
parentd0d0d293b1d65581477741fa812a56df5c8d9c5b (diff)
downloadnatsort-attempt-to-get-windows-ci-working-again.tar.gz
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.
-rw-r--r--.travis.yml14
1 files 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.