mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
v0.1.2
This commit is contained in:
+1
-2
@@ -10,7 +10,7 @@ import pexpect
|
||||
import toml
|
||||
import _pipfile as pipfile
|
||||
|
||||
__version__ = '0.1.1'
|
||||
__version__ = '0.1.2'
|
||||
|
||||
class Project(object):
|
||||
"""docstring for Project"""
|
||||
@@ -328,7 +328,6 @@ def cli(*args, **kwargs):
|
||||
@click.option('--dev', '-d', is_flag=True, default=False)
|
||||
def init(dev=False):
|
||||
|
||||
print project.pipfile_location
|
||||
# Assert Pipfile exists.
|
||||
if not project.pipfile_exists:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user