6 lines
113 B
YAML
6 lines
113 B
YAML
language: python
|
|
script:
|
|
- python setup.py install
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|