summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Courty <ncourty@irisa.fr>2018-05-29 15:10:18 +0200
committerGitHub <noreply@github.com>2018-05-29 15:10:18 +0200
commitec79b791f4f4a62f7c04b7bbf14fe2f5dcbb4c75 (patch)
treef1d991133db4dbaafaaf60853ace166360ab7353 /Makefile
parent27032b6fa0f2f68af3fe4f90e5dcbb68f130a962 (diff)
parentcc981610ba88e0222246aec2fdff903e8b83d918 (diff)
Merge pull request #46 from rflamary/build_macosx
Add Python 3.5 and 3.6 and remove macosx on travis
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