Fix: make envtest - use HOME=.

pull/14/head
heck 4 months ago
parent f755585d1b
commit 974fb28ecb

@ -52,7 +52,7 @@ venv:
# Tests if the current environment is able to load the pEp module
envtest:
python3 -c 'import pEp'
HOME=. python3 -c 'import pEp'
# Test
# ====

Loading…
Cancel
Save