We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6733c commit c79875cCopy full SHA for c79875c
.travis.yml
@@ -8,4 +8,4 @@ before_install:
8
- pip install --upgrade pip
9
- pip install wheel
10
- pip install numpy scipy scikit-learn
11
-script: python setup.py test
+script: pytest test
README.rst
@@ -29,7 +29,8 @@ Run ``pip install metric-learn`` to download and install from PyPI.
29
30
Run ``python setup.py install`` for default installation.
31
32
-Run ``python setup.py test`` to run all tests.
+Run ``pytest test`` to run all tests (you will need to have the ``pytest``
33
+package installed).
34
35
**Usage**
36
0 commit comments