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