Skip to content

Commit

Permalink
appveyor.yml: Use rdp
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanSrt committed Aug 11, 2018
1 parent 6694753 commit 979a7a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ environment:
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\.ci\\run_with_env.cmd"
PIP_CACHE_DIR: C:\pip_cache
APPVEYOR_RDP_PASSWORD: my_dope_ass_password

matrix:
- PYTHON: "C:\\Python34"
Expand Down Expand Up @@ -41,6 +42,7 @@ install:
build: false # Not a C# project, build stuff at the test step instead.

test_script:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- "%CMD_IN_ENV% py.test"
- "%CMD_IN_ENV% python setup.py install"
- "%CMD_IN_ENV% python -m pip install \
Expand Down

0 comments on commit 979a7a4

Please sign in to comment.