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 c7ca32f commit 35e8993Copy full SHA for 35e8993
,coveragerc
.coveragerc
@@ -0,0 +1,4 @@
1
+[run]
2
+branch = True
3
+source = tpot
4
+include = */tpot/*
.travis.yml
@@ -6,7 +6,7 @@ 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"
+ - PYTHON_VERSION="3.4" COVERAGE="true" LATEST="true" "DEAP_VERSION=1.0.1"
10
- PYTHON_VERSION="3.5" LATEST="true" "DEAP_VERSION=1.0.1"
11
install: source ./ci/.travis_install.sh
12
script: bash ./ci/.travis_test.sh
0 commit comments