summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-24 12:09:15 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-24 12:09:15 +0200
commit75492827c89a47cbc6807d4859be178d255c49bc (patch)
tree197d5d420d71b265e6e0ce9134c572156db54ac0 /Makefile
parentff104a6dde2d652283f72d7901bbe79dfb8571ed (diff)
add test sinkhorn
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cabe6a9..577bbbe 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,9 @@ pep8 :
test : FORCE pep8
python -m py.test -v test/
+
+pytest : FORCE
+ python -m py.test -v test/
uploadpypi :
#python setup.py register