mirror of
https://github.com/clearml/wexpect-venv
synced 2025-02-12 07:38:23 +00:00
10 lines
112 B
YAML
10 lines
112 B
YAML
|
# appveyor.yml
|
||
|
---
|
||
|
build: off
|
||
|
|
||
|
install:
|
||
|
- pip install .[test]
|
||
|
|
||
|
test_script:
|
||
|
- coverage run -m unittest
|