Added additional spinner

This commit is contained in:
2017-02-01 22:46:21 -05:00
parent 5c7c3eb152
commit a1a8240960
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
3.3.3:
- Spinners!
- Shell compatibility mode ($ pipenv shell -c).
- Classic virtualenv location (within project) mode.
- Removal of $ pipenv install --requirements.
+2 -1
View File
@@ -328,7 +328,8 @@ def do_create_virtualenv(three=None, python=None):
cmd = cmd + ['-p', python]
# Actually create the virtualenv.
c = delegator.run(cmd, block=False)
with spinner():
c = delegator.run(cmd, block=False)
click.echo(crayons.blue(c.out), err=True)
# Say where the virtualenv is.