wexpect-venv/appveyor.yml
2019-09-05 16:30:45 +02:00

13 lines
149 B
YAML

# appveyor.yml
---
build: off
install:
- pip install .[test]
test_script:
- tox
after_test:
- bash <(curl -s https://codecov.io/bash)