Skip to content

Commit c30519a

Browse files
committed
cleanup Makefile
1 parent 7681db5 commit c30519a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ test : FORCE pep8
4444
$(PYTHON) -m pytest -v test/ --cov=ot --cov-report html:cov_html
4545

4646
pytest : FORCE
47-
python -m py.test -v test/ --cov=ot
47+
$(PYTHON) -m py.test -v test/ --cov=ot
4848

4949
uploadpypi :
5050
#python setup.py register
51-
python setup.py sdist upload -r pypi
51+
$(PYTHON) setup.py sdist upload -r pypi
5252

5353
rdoc :
5454
pandoc --from=markdown --to=rst --output=docs/source/readme.rst README.md

0 commit comments

Comments
 (0)