pytest-mock/appveyor.yml

11 lines
189 B
YAML
Raw Normal View History

2016-11-01 20:01:57 +01:00
install:
2019-08-24 18:33:04 +02:00
- C:\Python37\python -m pip install -U pip
- C:\Python37\python -m pip install tox
2016-11-01 20:01:57 +01:00
build: false # Not a C# project
test_script:
2019-08-24 18:33:04 +02:00
- C:\Python37\scripts\tox
skip_tags: true