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():