Skip to content

Commit

Permalink
fixed script name
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaulik committed Mar 10, 2015
1 parent 98979ca commit 6ac6daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ environment:
# 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
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_compiler.cmd"

matrix:
- PYTHON: "C:\\Python27"
Expand Down Expand Up @@ -73,4 +73,4 @@ artifacts:

#on_success:
# - TODO: upload the content of dist/*.whl to a public wheelhouse
#
#

0 comments on commit 6ac6daa

Please sign in to comment.