Skip to content

Commit

Permalink
Imblearn also for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
xehivs committed Oct 2, 2019
1 parent 379c629 commit e88958b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_scripts/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [[ "$COVERAGE" == "true" ]]; then
pip install coverage coveralls
fi

pip install pytest pytest-cov codecov liac-arff tqdm matplotlib future
pip install pytest pytest-cov codecov liac-arff tqdm matplotlib future imblearn

python --version
python -c "import numpy; print('numpy %s' % numpy.__version__)"
Expand Down

0 comments on commit e88958b

Please sign in to comment.