Skip to content

Commit 0c6fef9

Browse files
committed
Add scikit-learn for tests.
1 parent 51c572e commit 0c6fef9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ addons:
1414
- cython
1515
- python-numpy
1616
- python-pytest
17+
- python-sklearn
1718

1819
install:
19-
- pip install numpy cython pytest
20+
- pip install numpy cython pytest scikit-learn
2021
script:
2122
- pwd
22-
- ldd $(llvm-config --libdir)/LLVMgold.so
2323
- python setup.py install
2424
- cd tsne/tests
2525
- py.test -s -vv

0 commit comments

Comments
 (0)