12 lines
230 B
YAML
12 lines
230 B
YAML
environment:
|
|
COVERAGE_CMD: coverage run -m
|
|
COVERAGE_DEP: coverage
|
|
|
|
install:
|
|
- ps: C:\Python35-x64\python.exe -m pip install tox
|
|
|
|
build: off
|
|
|
|
test_script:
|
|
- ps: C:\Python35-x64\python.exe -m tox --skip-missing-interpreters
|