From b06b4bdf51884fd6aeec48d767259701c26476e5 Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Fri, 25 Oct 2019 00:44:13 +0200 Subject: [PATCH] run tests in instrumental from newly created modules --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 195150c0..1b15378e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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