mirror of
https://github.com/clearml/wexpect-venv
synced 2025-02-07 05:20:52 +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
|