Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-10 10:13:07 -04:00
parent 44ec534455
commit e3bc5f8309
+4 -2
View File
@@ -7,8 +7,10 @@ import pytest
import delegator
import toml
from pipenv.cli import (ensure_proper_casing,
parse_download_fname, parse_install_output, pip_install, pip_download)
from pipenv.cli import (
ensure_proper_casing, parse_download_fname, parse_install_output,
pip_install, pip_download
)
class TestPipenvWindows():