Update appveyor.yml
This commit is contained in:
parent
1afbde0d7f
commit
0e270c72bd
@ -26,7 +26,8 @@ build_script:
|
|||||||
|
|
||||||
"%PYTHON%" setup.py bdist_wheel
|
"%PYTHON%" setup.py bdist_wheel
|
||||||
"%PIP%" install .
|
"%PIP%" install .
|
||||||
|
on_failure:
|
||||||
|
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
test_script:
|
test_script:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
& $env:PYTHON setup.py nosetests --with-xunit
|
& $env:PYTHON setup.py nosetests --with-xunit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user