Skip to content

Commit

Permalink
appveyor.yml: Sync moban
Browse files Browse the repository at this point in the history
Closes #2567
  • Loading branch information
saksham189 committed Jul 8, 2018
1 parent 98999c5 commit ff6dab7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .moban.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff6dab7

Please sign in to comment.