summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 404c06fd3e824bee2322d0cccbd39d5913cb81ec (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.9-unit"
      TOX_APPVEYOR_X64: 0

    - TOXENV: "3.7-unit"
      TOX_APPVEYOR_X64: 0

    - TOXENV: "3.8-unit"
      TOX_APPVEYOR_X64: 0

    - TOXENV: "3.9-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.8 -m pip install -U pip setuptools wheel tox tox-appveyor"

test_script:
  - "py -3.8 -m tox"

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