wexpect-venv/appveyor.yml
2019-09-05 16:20:37 +02:00

12 lines
115 B
YAML

# appveyor.yml
---
build: off
install:
- pip install .[test]
test_script:
- tox
after_test:
- codecov