summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 4ae6c791d1b71f19937a2702271dea0b02946b52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
environment:

  matrix:
    - PYTHON: "C:\\Python35-x64"

install:
  # symlink python from a directory with a space
  - "mklink /d \"C:\\Program Files\\Python\" %PYTHON%"
  - "SET PYTHON=\"C:\\Program Files\\Python\""
  - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

build: off

test_script:
  - "python bootstrap.py"
  - "python setup.py test"