wexpect-venv/appveyor.yml

10 lines
112 B
YAML
Raw Normal View History

# appveyor.yml
---
build: off
install:
- pip install .[test]
test_script:
- coverage run -m unittest