From 69aae4371ed30177193c6923455ecf30c98b4296 Mon Sep 17 00:00:00 2001 From: nanoric Date: Sun, 14 Apr 2019 11:06:21 -0400 Subject: [PATCH] [Fix] fixed windows sdist build --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d5c9ca76..8538ac20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,12 +95,16 @@ matrix: - name: "sdist install under Windows" os: "windows" + services: [] # service is not need + before_script: [] # language : cpp is necessary for windows language: "cpp" env: - PATH=/c/Python37:/c/Python37/Scripts:$PATH before_install: - - choco install python3 --version 3.7.2 + - choco install -yf mysql mongodb + - choco install -yf postgresql10 --params '/Password:' + - choco install -yf python3 --version 3.7.2 install: - python -m pip install --upgrade pip wheel setuptools - python setup.py sdist