Skip to content

Commit

Permalink
Add cheat sheet for developers
Browse files Browse the repository at this point in the history
  • Loading branch information
andreArtelt committed Dec 2, 2019
1 parent 4e9b2ca commit 9f145ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions developer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Developing stuff
## Run tests
`python -m pytest --cov=ceml --cov-report=html tests/`

## Build documentation
`make clean && make html`

## Build PyPI package
`python setup_pip.py bdist_wheel`

0 comments on commit 9f145ad

Please sign in to comment.