summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: bb9de48648daa85b78da3c2d9348acd83af921b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
environment:
  matrix:
    - TOXENV: "3.6-unit"
      TOX_APPVEYOR_X64: 0

    - TOXENV: "3.7-unit"
      TOX_APPVEYOR_X64: 0

    - TOXENV: "3.8-unit"
      TOX_APPVEYOR_X64: 0

    - TOXENV: "3.6-unit"
      TOX_APPVEYOR_X64: 1

    - TOXENV: "3.7-unit"
      TOX_APPVEYOR_X64: 1

    - TOXENV: "3.8-unit"
      TOX_APPVEYOR_X64: 1

build: off

install:
  - "py -3.7 -m pip install -U pip setuptools wheel tox tox-appveyor"

test_script:
  - "py -3.7 -m tox"

cache:
- '%LOCALAPPDATA%\pip\Cache'