Browse Source

Fix: make envtest - use HOME=.

pull/14/head
heck 3 years ago
parent
commit
974fb28ecb
  1. 2
      Makefile

2
Makefile

@ -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