Skip to content

Commit 35e8993

Browse files
committed
coverage rc file
1 parent c7ca32f commit 35e8993

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

,coveragerc

Whitespace-only changes.

.coveragerc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[run]
2+
branch = True
3+
source = tpot
4+
include = */tpot/*

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
# let's start simple:
77
- PYTHON_VERSION="2.7" LATEST="true" "DEAP_VERSION=1.0.1"
88
- 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"
9+
- PYTHON_VERSION="3.4" COVERAGE="true" LATEST="true" "DEAP_VERSION=1.0.1"
1010
- PYTHON_VERSION="3.5" LATEST="true" "DEAP_VERSION=1.0.1"
1111
install: source ./ci/.travis_install.sh
1212
script: bash ./ci/.travis_test.sh

0 commit comments

Comments
 (0)