try it @jacebrowning's way

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-15 11:52:20 -04:00
parent faf111b967
commit eb4f133873
+1 -2
View File
@@ -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():