Require Python 3.6+; drop Python 3.5 from CI (#5715)
This commit is contained in:
committed by
GitHub
parent
fdbb6ae856
commit
91c646392d
@@ -65,14 +65,8 @@ case "$suite" in
|
||||
./runtests.sh
|
||||
;;
|
||||
|
||||
cpu-py35)
|
||||
source activate py35
|
||||
install_xgboost
|
||||
pytest -v -s --fulltrace tests/python
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Usage: $0 {gpu|mgpu|cudf|cpu|cpu-py35}"
|
||||
echo "Usage: $0 {gpu|mgpu|cudf|cpu}"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user