Skip to content

Commit

Permalink
Fix Makefile target name
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Feb 24, 2020
1 parent fbca7bb commit 623ecd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: help venv conda docker docstyle format style black test lint check coverage
.PHONY: help venv conda docker docstyle format style black test lint check coverage pypi
.DEFAULT_GOAL = help

PYTHON = python
Expand Down Expand Up @@ -66,7 +66,7 @@ benchmark:
coverage: test
diff-cover coverage.xml --compare-branch=master --fail-under=100

pypy:
pypi:
${PYTHON} setup.py clean --all; \
${PYTHON} setup.py rotate --match=.tar.gz,.whl,.egg,.zip --keep=0; \
${PYTHON} setup.py sdist bdist_wheel; \
Expand Down

0 comments on commit 623ecd9

Please sign in to comment.