Merge pull request #28 from illume/master

python -m pipenv
This commit is contained in:
2017-01-23 02:36:43 -05:00
committed by GitHub
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -3,3 +3,4 @@ tests:
init:
pip install pipenv
pipenv install --dev
python -m pipenv check
+4 -1
View File
@@ -1 +1,4 @@
from .cli import cli
from .cli import cli
if __name__ == '__main__':
cli()
+4
View File
@@ -0,0 +1,4 @@
from .cli import cli
if __name__ == '__main__':
cli()