Skip to content

Commit a5850f4

Browse files
committed
exclude _compat with instrumental everywhere
1 parent 418d0e4 commit a5850f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ script:
127127
instrumental -f .instrumental.cov -s
128128
instrumental -f .instrumental.cov -s | python diff-instrumental.py --save .diff-instrumental
129129
git checkout $BRANCH
130-
instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` src/ecdsa
130+
instrumental -t ecdsa -i 'test.*|.*_version|.*_compat' `which pytest` $files
131131
instrumental -f .instrumental.cov -sr
132132
fi
133133
- |
134134
if [[ $INSTRUMENTAL && $TRAVIS_PULL_REQUEST == "false" ]]; then
135-
instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` src/ecdsa
135+
instrumental -t ecdsa -i 'test.*|.*_version|.*_compat' `which pytest` src/ecdsa
136136
instrumental -f .instrumental.cov -s
137137
# just log the values when merging
138138
instrumental -f .instrumental.cov -s | python diff-instrumental.py

0 commit comments

Comments
 (0)