language: python
script:
- python setup.py install
after_success:
- bash <(curl -s https://codecov.io/bash)