1
0
Fork 0
cli-helpers/appveyor.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
305 B
YAML
Raw Permalink Normal View History

environment:
matrix:
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
build: off
before_test:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- pip install -r requirements-dev.txt
- pip install -e .
test_script:
- pytest --cov-report= --cov=cli_helpers
- coverage report
- codecov