Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.58 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.58 KB

PyGoT

Travis CI Azure DevOps build Code Coverage Code Quality Requirements Status License

Python Game of Thrones board game server.

Linting and Testing

Simple four step pipeline, eventually feeding coverage to Codecov.io and Codacy.

pytest tests
pycodestyle pygot tests
pydocstyle pygot tests
pylint --rcfile=setup.cfg pygot tests

Testing and Coverage

Fancy stuff.

Historical