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