Skip to content

Commit cc5d5ae

Browse files
committed
run tests in instrumental for newly created modules
1 parent 9c7a4df commit cc5d5ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ script:
8787
instrumental -f .instrumental.cov -s
8888
instrumental -f .instrumental.cov -s | python diff-instrumental.py --save .diff-instrumental
8989
git checkout $BRANCH
90+
files="$(ls src/ecdsa/test*.py | grep -v test_malformed_sigs.py)"
9091
instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` $files
9192
instrumental -f .instrumental.cov -sr
9293
fi

0 commit comments

Comments
 (0)