wexpect-venv/appveyor.yml

13 lines
117 B
YAML
Raw Normal View History

# appveyor.yml
---
build: off
install:
- pip install .[test]
test_script:
2019-09-04 09:59:14 +00:00
- tox
2019-09-05 14:20:37 +00:00
after_test:
- codecov