1install:
2  - C:\Python37\python -m pip install -U pip
3  - C:\Python37\python -m pip install tox
4
5build: false  # Not a C# project
6
7test_script:
8  - C:\Python37\scripts\tox
9
10skip_tags: true
11