2021-04-28 20:46:56 +00:00
|
|
|
language: python
|
2021-04-28 20:59:51 +00:00
|
|
|
script:
|
2021-04-29 20:35:36 +00:00
|
|
|
- pip install -r requirements_dev.txt
|
2021-04-29 20:28:22 +00:00
|
|
|
- python setup.py install
|
|
|
|
- flake8 --max-line-length=120 --ignore=D101,D104,D212,D200,E203,W293,D412,W503 mkdocs_with_confluence/
|
|
|
|
- black --check --line-length=120 mkdocs_with_confluence/
|
2021-04-29 20:59:04 +00:00
|
|
|
- nosetests --with-coverage
|
2021-04-23 18:04:21 +00:00
|
|
|
after_success:
|
|
|
|
- bash <(curl -s https://codecov.io/bash)
|