aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
blob: 0329728e6afcd0d3dec5b65964b4b1505696f9b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
environment:

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

build: off

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