Skip to content

Commit

Permalink
R-release appveyor test
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Jun 17, 2018
1 parent 41f4f78 commit 5d09cf9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions appveyor.yml
Expand Up @@ -5,10 +5,22 @@ environment:
- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.x"
PYTHON_ARCH: "64"
R_VERSION: "release"

- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "64"
R_VERSION: "release"

- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.x"
PYTHON_ARCH: "64"
R_VERSION: "devel"

- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "64"
R_VERSION: "devel"

init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
Expand All @@ -25,3 +37,7 @@ install:
- "%CMD_IN_ENV% pip install -e .[test]"
test_script:
- "%CMD_IN_ENV% pytest"

# on_finish:
# # uncomment to enable RDP to Appveyor
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit 5d09cf9

Please sign in to comment.