- added missed call to _compute.chksum in ECDSAPriv
- replaced all gpg wrapper fixtures in the unit test suite with gpg package
- moved test suite gnupghome location to tests/gnupghome
This commit is contained in:
Michael Greene
2017-08-15 21:43:37 -07:00
parent eb287e05c8
commit ca7ca6b24d
12 changed files with 138 additions and 365 deletions

2
tox.sh
View File

@@ -7,4 +7,4 @@ if [[ $(uname) == "Darwin" ]] && command -v brew &>/dev/null && brew list openss
export CFLAGS="-I/usr/local/opt/openssl/include"
fi
tox $*
exec tox $*