diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-25 13:37:19 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-25 13:37:19 -0700 |
commit | 6b53a312cc5ec7caee8aec46c501666783dd198b (patch) | |
tree | 8f5c586becddfaa9d73f56d8731e531d66239cf6 /appveyor.yml | |
parent | 97da7901e73caa65ff16a7271ecbff11d08ebd7b (diff) |
appveyor - add python to path
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index f1c75b8..ba535d8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,7 @@ environment: # set up for nmake: install: - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64' + - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" build_script: - | |