mkdocs-with-confluence/.travis.yml

6 lines
113 B
YAML
Raw Normal View History

2021-04-28 20:46:56 +00:00
language: python
2021-04-28 20:59:51 +00:00
script:
- python setup.py install
after_success:
- bash <(curl -s https://codecov.io/bash)