Skip to content

Commit c460fd5

Browse files
committed
skip _compat for instrumental
as the _compat module implements version specific code and we can run instrumental in python2 only, skip it from consideration
1 parent 5f137ec commit c460fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ script:
118118
if [[ $INSTRUMENTAL && $TRAVIS_PULL_REQUEST != "false" ]]; then
119119
git checkout $PR_FIRST^
120120
files="$(ls src/ecdsa/test*.py)"
121-
instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` $files
121+
instrumental -t ecdsa -i 'test.*|.*_version|.*_compat' `which pytest` $files
122122
instrumental -f .instrumental.cov -s
123123
instrumental -f .instrumental.cov -s | python diff-instrumental.py --save .diff-instrumental
124124
git checkout $BRANCH

0 commit comments

Comments
 (0)