summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 45a61d139a884e3355c361c4c57faf721b2243bd (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
31
32
33
34
35
36
37
38
39
40
41
42
environment:
  matrix:
    - TOXENV: "2.7"
      TOX_APPVEYOR_X64: 0

    - TOXENV: "3.4"
      TOX_APPVEYOR_X64: 0

    - TOXENV: "3.5"
      TOX_APPVEYOR_X64: 0

    - TOXENV: "3.6"
      TOX_APPVEYOR_X64: 0

    - TOXENV: "3.7"
      TOX_APPVEYOR_X64: 0

    - TOXENV: "2.7"
      TOX_APPVEYOR_X64: 1

    - TOXENV: "3.4"
      TOX_APPVEYOR_X64: 1

    - TOXENV: "3.5"
      TOX_APPVEYOR_X64: 1

    - TOXENV: "3.6"
      TOX_APPVEYOR_X64: 1

    - TOXENV: "3.7"
      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'