Skip to content

Commit 1955c12

Browse files
committed
run all tests in instrumental
since now test_malformed_sigs.py executes quickly, we can run it under instrumental
1 parent ab1fa13 commit 1955c12

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,12 @@ 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)"
91-
instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` $files
90+
instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` src/ecdsa
9291
instrumental -f .instrumental.cov -sr
9392
fi
9493
- |
9594
if [[ $INSTRUMENTAL && $TRAVIS_PULL_REQUEST == "false" ]]; then
96-
# exclude the super slow test_malformed_sigs.py, until #127 is merged
97-
files="$(ls src/ecdsa/test*.py | grep -v test_malformed_sigs.py)"
98-
instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` $files
95+
instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` src/ecdsa
9996
instrumental -f .instrumental.cov -s
10097
# just log the values when merging
10198
instrumental -f .instrumental.cov -s | python diff-instrumental.py

0 commit comments

Comments
 (0)