mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -3,3 +3,4 @@ tests:
|
||||
init:
|
||||
pip install pipenv
|
||||
pipenv install --dev
|
||||
python -m pipenv check
|
||||
|
||||
+4
-1
@@ -1 +1,4 @@
|
||||
from .cli import cli
|
||||
from .cli import cli
|
||||
|
||||
if __name__ == '__main__':
|
||||
cli()
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
from .cli import cli
|
||||
|
||||
if __name__ == '__main__':
|
||||
cli()
|
||||
Reference in New Issue
Block a user