pytest-mock/appveyor.yml
2019-08-24 18:33:04 +02:00

11 lines
189 B
YAML

install:
- C:\Python37\python -m pip install -U pip
- C:\Python37\python -m pip install tox
build: false # Not a C# project
test_script:
- C:\Python37\scripts\tox
skip_tags: true