Skip to content

Commit ed34704

Browse files
author
ievred
committed
add sklearn to travis yml
1 parent bf9b170 commit ed34704

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ install:
3535
- pip install -r requirements.txt
3636
- pip install -U "numpy>=1.14" "scipy<1.3" # for numpy array formatting in doctests + scipy version: otherwise, pymanopt fails, cf <https://github.com/pymanopt/pymanopt/issues/77>
3737
- pip install flake8 pytest "pytest-cov<2.6"
38+
- pip install -U "sklearn"
3839
- pip install .
3940
# command to run tests + check syntax style
4041
services:

0 commit comments

Comments
 (0)