summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: c87d253c2cd9d414c822214c5217bef0f41aae2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
environment:
  matrix:
    - PYTHON: "C:\\Python27"
    - PYTHON: "C:\\Python33"
    - PYTHON: "C:\\Python34"
    - PYTHON: "C:\\Python35"
    - PYTHON: "C:\\Python27-x64"
    - PYTHON: "C:\\Python33-x64"
    - PYTHON: "C:\\Python34-x64"
    - PYTHON: "C:\\Python35-x64"

install:
    cmd: "%PYTHON%\\python.exe -m pip install tox"
build: off
test_script:
    - "%PYTHON%\\Scripts\\tox.exe -e py -- -m unit -n 8"