We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3ace3 commit 27f1981Copy full SHA for 27f1981
.landscape.yaml.swp
12 KB
.travis.yml
@@ -6,8 +6,8 @@ env:
6
# let's start simple:
7
- PYTHON_VERSION="2.7" LATEST="true" "DEAP_VERSION=1.0.1"
8
- PYTHON_VERSION="3.4" LATEST="true" "DEAP_VERSION=1.0.1"
9
+ - PYTHON_VERSION="2.7" COVERAGE="true" LATEST="true" "DEAP_VERSION=1.0.1"
10
- PYTHON_VERSION="3.5" LATEST="true" "DEAP_VERSION=1.0.1"
- #- PYTHON_VERSION="3.4" COVERAGE="true" LATEST="true"
11
install: source ./ci/.travis_install.sh
12
script: bash ./ci/.travis_test.sh
13
after_success:
0 commit comments