"...ssh:/git@developer.sourcefind.cn:2222/OpenDAS/DeepEP.git" did not exist on "cf4514dc7943066b62c6aa34b0352655f76818e4"
Commit 7a6fcf66 authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #16 from radarhere/master

Fixed typos
parents 93d89407 d0a348ee
...@@ -7,7 +7,7 @@ environment: ...@@ -7,7 +7,7 @@ environment:
TEST_DEPENDS: "nose" TEST_DEPENDS: "nose"
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the # SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
# /E:ON and /V:ON options are not enabled in the batch script intepreter # /E:ON and /V:ON options are not enabled in the batch script interpreter
# See: http://stackoverflow.com/a/13751649/163740 # See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C %APPVEYOR_BUILD_FOLDER%\\ci\\appveyor\\windows_sdk.cmd" CMD_IN_ENV: "cmd /E:ON /V:ON /C %APPVEYOR_BUILD_FOLDER%\\ci\\appveyor\\windows_sdk.cmd"
......
...@@ -125,7 +125,7 @@ function build_wheel_cmd { ...@@ -125,7 +125,7 @@ function build_wheel_cmd {
# #
# Parameters: # Parameters:
# cmd (optional, default "pip_wheel_cmd" # cmd (optional, default "pip_wheel_cmd"
# Name of command for builing wheel # Name of command for building wheel
# repo_dir (optional, default $REPO_DIR) # repo_dir (optional, default $REPO_DIR)
# #
# Depends on # Depends on
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment