summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-05-09 14:15:48 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-05-09 14:15:48 +0200
commit4090857cfcda73d383e4cdbcc466fe326f06bd19 (patch)
tree92d3a328a1753f686daf31913e94b5ecc43ab363 /Makefile
parent58387b96cb2b4a417c84e729f0084be68fad731e (diff)
test install pip on macosx
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95714b8..0de3fe9 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ test : FORCE pep8
$(PYTHON) -m pytest -v test/ --cov=ot --cov-report html:cov_html
pytest : FORCE
- $(PYTHON) -m py.test -v test/ --cov=ot
+ $(PYTHON) -m pytest -v test/ --cov=ot
uploadpypi :
#python setup.py register