summaryrefslogtreecommitdiff
path: root/.appveyor.yml
blob: 3e729d36e8b18e70218fbde604088163fccc4e73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
init:
  - "SET PATH=C:\\Python38\\Scripts;%PATH%"
  - "SET PYTEST_ADDOPTS=-vv"
  - "ECHO PATH=%PATH%"

build: off

install:
  - pip3 install poetry
  - poetry install

test_script:
  - poetry run pytest tests/ -s --cov=isort/ --cov=tests/ --cov-report=term-missing --cov-report html