From ff6dab7f632be7eb495b8eb61a82da43ab40f077 Mon Sep 17 00:00:00 2001 From: anctartica <7020962+anctartica@users.noreply.github.com> Date: Tue, 3 Jul 2018 17:22:51 +0700 Subject: [PATCH] appveyor.yml: Sync moban Closes https://github.com/coala/coala-bears/issues/2567 --- .ci/appveyor.yml | 10 +++++----- .moban.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ci/appveyor.yml b/.ci/appveyor.yml index f3367c87c5..54efd508aa 100644 --- a/.ci/appveyor.yml +++ b/.ci/appveyor.yml @@ -4,14 +4,15 @@ environment: # /E:ON and /V:ON options are not enabled in the batch script intepreter # See: http://stackoverflow.com/a/13751649/163740 CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\.ci\\run_with_env.cmd" + PIP_CACHE_DIR: C:\pip_cache matrix: - PYTHON: "C:\\Python34" - PYTHON_VERSION: "3.4" + PYTHON_VERSION: "3.4.4" PYTHON_ARCH: "32" - PYTHON: "C:\\Python34-x64" - PYTHON_VERSION: "3.4" + PYTHON_VERSION: "3.4.4" PYTHON_ARCH: "64" cache: @@ -39,9 +40,8 @@ install: # Check that we have the expected version and architecture for Python - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - - - "%CMD_IN_ENV% python -m pip install --cache-dir=C:\\pip_cache \ - -r requirements.txt -r test-requirements.txt" + - "%CMD_IN_ENV% python -m pip install -r requirements.txt \ + -r test-requirements.txt" - ps: "Install-Product node ''" # Use latest node v5.x.x - "npm config set loglevel warn" - "npm install" diff --git a/.moban.yaml b/.moban.yaml index 0edc788467..2f602ac9ce 100644 --- a/.moban.yaml +++ b/.moban.yaml @@ -6,7 +6,7 @@ build_version: 0.12.0.dev99999999999999 current_version: 0.12.0.dev version: 0.12.0.dev release: 0.12.0.dev -test_pyversion: 3.4 +test_py36: false branch: master package_module: bears docs_source_dir: API