From bed33d1c3d17cecd55464229c22027aa6384f592 Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Tue, 28 May 2019 13:43:09 -0400 Subject: [PATCH] CI: use appveyor for windows, travis windows erratic --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 317eb72..848521e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,11 +26,11 @@ matrix: - os: osx language: minimal install: pip3 install -e .[tests] - - os: windows - language: minimal - before_install: - - choco install python3 - - export PATH="/c/Python37:/c/Python37/Scripts:$PATH" +# - os: windows +# language: minimal +# before_install: +# - choco install python3 +# - export PATH="/c/Python37:/c/Python37/Scripts:$PATH" install: pip install -e .[tests]