Skip to content

Commit

Permalink
adding deap version specs for 2.7 and 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Nov 16, 2015
1 parent 312915c commit 5f721e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ virtualenv:
env:
matrix:
# let's start simple:
- PYTHON_VERSION="2.7" LATEST="true"
- PYTHON_VERSION="2.7" LATEST="true" "DEAP_VERSION=1.0.1"
- PYTHON_VERSION="3.4" LATEST="true" "DEAP_VERSION=1.0.1"
- PYTHON_VERSION="3.5" LATEST="true"
- PYTHON_VERSION="3.5" LATEST="true" "DEAP_VERSION=1.0.1"
#- PYTHON_VERSION="3.4" COVERAGE="true" LATEST="true"
install: source ./ci/.travis_install.sh
script: bash ./ci/.travis_test.sh
Expand Down

0 comments on commit 5f721e0

Please sign in to comment.