Skip to content

Commit

Permalink
run tests in instrumental from newly created modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Oct 24, 2019
1 parent f1f5979 commit b06b4bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ script:
instrumental -f .instrumental.cov -s
instrumental -f .instrumental.cov -s | python diff-instrumental.py --save .diff-instrumental
git checkout $BRANCH
files="$(ls src/ecdsa/test*.py | grep -v test_malformed_sigs.py)"
instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` $files
instrumental -f .instrumental.cov -sr
fi
Expand Down

0 comments on commit b06b4bd

Please sign in to comment.