Skip to content

Commit

Permalink
Update CI to use updated versions of DEAP and XGBoost
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiever committed Mar 22, 2017
1 parent 6c18d25 commit 98709f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
# let's start simple:
- PYTHON_VERSION="2.7" LATEST="true"
- PYTHON_VERSION="3.5" LATEST="true"
- PYTHON_VERSION="3.6" COVERAGE="true" LATEST="true" "DEAP_VERSION=1.0.1" "XGBOOST_VERSION=0.4a30"
- PYTHON_VERSION="3.6" COVERAGE="true" LATEST="true" "DEAP_VERSION=1.0.2" "XGBOOST_VERSION=0.6"
- PYTHON_VERSION="3.6" LATEST="true"
install: source ./ci/.travis_install.sh
script: bash ./ci/.travis_test.sh
Expand Down

0 comments on commit 98709f2

Please sign in to comment.