don't use pyenv in tests

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-24 15:32:22 -04:00
parent b34d2fc4cb
commit d2eef2185f
+1
View File
@@ -8,6 +8,7 @@ import pytest
from pipenv.vendor import toml
from pipenv.vendor import delegator
os.environ['PIPENV_DONT_USE_PYENV'] = '1'
class PipenvInstance():
"""An instance of a Pipenv Project..."""