From 57550cce417340abcc25b20b83706788328f79bd Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Tue, 27 Sep 2016 23:29:08 +0200 Subject: appveyor: Try to fix conda-3.4 & READM line-wdith --- .appveyor.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 0eabb509..6f7d3d4a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,13 +13,16 @@ environment: IS_CONDA: "yes" GIT_PATH: "%CYGWIN_GIT_PATH%" + - PYTHON: "C:\\Python34-x64" + PYTHON_VERSION: "3.4" + GIT_PATH: "%CYGWIN64_GIT_PATH%" + - PYTHON: "C:\\Python34-x64" + PYTHON_VERSION: "3.4" + GIT_PATH: "%CYGWIN_GIT_PATH%" - PYTHON: "C:\\Miniconda3-x64" PYTHON_VERSION: "3.4" IS_CONDA: "yes" GIT_PATH: "%GIT_DAEMON_PATH%" - - PYTHON: "C:\\Python34" - PYTHON_VERSION: "3.4" - GIT_PATH: "%CYGWIN64_GIT_PATH%" - PYTHON: "C:\\Python35-x64" PYTHON_VERSION: "3.5" @@ -41,7 +44,7 @@ install: - IF "%IS_CONDA%"=="yes" ( conda info -a & - conda install --yes --quiet pip + conda install --yes --quiet pip smmap ) - pip install nose wheel coveralls - IF "%PYTHON_VERSION%"=="2.7" ( -- cgit v1.2.3