summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 3e6fbda254f07e9cbaac7948f55c00897f89ff23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
init:
  - "SET PATH=C:\\Python37\\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