Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Mar 6, 2018
1 parent 1d54a0d commit f8c5c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ init:
$env:NTLM_USERNAME = $($env:USERNAME)
$env:NTLM_PASSWORD = [Microsoft.Win32.Registry]::GetValue("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon", "DefaultPassword", '')
- PowerShell appveyor\setup_iis.ps1
install:
- ps: |
pip install -U pip setuptools
pip install .
pip install -r requirements-test.txt
- cmd: PowerShell.exe -File appveyor\setup_iis.ps1

build: off

Expand Down

0 comments on commit f8c5c6c

Please sign in to comment.