Skip to content

Commit

Permalink
Remove specific versions from Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiever committed Sep 2, 2016
1 parent f4bcad8 commit 68bf32b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -4,10 +4,10 @@ virtualenv:
env:
matrix:
# let's start simple:
- PYTHON_VERSION="2.7" LATEST="true" "DEAP_VERSION=1.0.1" "XGBOOST_VERSION=0.4a30"
- PYTHON_VERSION="3.4" LATEST="true" "DEAP_VERSION=1.0.1" "XGBOOST_VERSION=0.4a30"
- PYTHON_VERSION="2.7" LATEST="true"
- PYTHON_VERSION="3.4" LATEST="true"
- PYTHON_VERSION="3.5" COVERAGE="true" LATEST="true" "DEAP_VERSION=1.0.1" "XGBOOST_VERSION=0.4a30"
- PYTHON_VERSION="3.5" LATEST="true" "DEAP_VERSION=1.0.1" "XGBOOST_VERSION=0.4a30"
- PYTHON_VERSION="3.5" LATEST="true"
install: source ./ci/.travis_install.sh
script: bash ./ci/.travis_test.sh
after_success:
Expand Down

0 comments on commit 68bf32b

Please sign in to comment.