wexpect-venv/appveyor.yml

13 lines
149 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:
2019-09-05 14:30:45 +00:00
- bash <(curl -s https://codecov.io/bash)