include virtualenv path for py3 windows

This commit is contained in:
Daniel Wallace 2018-03-12 12:24:51 -06:00
parent fe2efe03ea
commit da002f78d0
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48

View file

@ -201,6 +201,8 @@ suites:
pillars:
jenkins.sls:
py3: true
windows.sls:
virtualenv_path: 'c:\Python35\Scripts\pip.exe'
<% if File.exists?(verifierfile) %>
<%= ERB.new(File.read(verifierfile)).result %>