Skip to content

Commit 98709f2

Browse files
committed
Update CI to use updated versions of DEAP and XGBoost
1 parent 6c18d25 commit 98709f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
# let's start simple:
77
- PYTHON_VERSION="2.7" LATEST="true"
88
- PYTHON_VERSION="3.5" LATEST="true"
9-
- PYTHON_VERSION="3.6" COVERAGE="true" LATEST="true" "DEAP_VERSION=1.0.1" "XGBOOST_VERSION=0.4a30"
9+
- PYTHON_VERSION="3.6" COVERAGE="true" LATEST="true" "DEAP_VERSION=1.0.2" "XGBOOST_VERSION=0.6"
1010
- PYTHON_VERSION="3.6" LATEST="true"
1111
install: source ./ci/.travis_install.sh
1212
script: bash ./ci/.travis_test.sh

0 commit comments

Comments
 (0)