summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 05c1c7e66888de0bb2b5b1ea4d33bbbb01c92865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
environment:

  matrix:
    - PYTHON: "C:\\Python27"
    - PYTHON: "C:\\Python34"
    - PYTHON: "C:\\Python35"
    - PYTHON: "C:\\Python36"

build: off

test_script:
  - "%PYTHON%\\python.exe tests\\all_tests.py"