From eb4f13387305edb5409484273effea00b52e0a6d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 15 Sep 2017 11:52:20 -0400 Subject: [PATCH] try it @jacebrowning's way Signed-off-by: Kenneth Reitz --- test_windows/test_pipenv.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test_windows/test_pipenv.py b/test_windows/test_pipenv.py index 2a053b83..e9d24033 100644 --- a/test_windows/test_pipenv.py +++ b/test_windows/test_pipenv.py @@ -11,8 +11,7 @@ from pipenv.cli import ( pip_install, pip_download, find_a_system_python ) -FULL_PYTHON_PATH = find_a_system_python('.'.join(os.environ['PYTHON_VERSION'].split('.')[:2])) -print('.'.join(os.environ['PYTHON_VERSION'].split('.')[:2])) +FULL_PYTHON_PATH = 'C:\\Python36-x64\\python.exe' class TestPipenvWindows():