Skip to content

Commit

Permalink
Update to deal with latest version of virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Jan 19, 2016
1 parent 3b3978b commit cae136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _create(self, clear=False):
_virtualenv.create_environment(
self.location,
clear=clear,
never_download=True,
download=False,
no_pip=True,
no_wheel=True,
)
Expand Down

0 comments on commit cae136f

Please sign in to comment.