Skip to content

Commit

Permalink
add build and publish commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 committed Jan 6, 2019
1 parent 43e139f commit 1b26dd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ reqs = "sh scripts/update_reqs.sh"
pre = "pre-commit run --all-files"
lint = "prospector --output-format grouped"
test = "pytest -rpsf --cov-report term-missing --cov=mass_replace tests/"
build = "python setup.py sdist bdist_wheel"
publish = "python setup.py upload"

0 comments on commit 1b26dd3

Please sign in to comment.