mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
cleanup makefile section
This commit is contained in:
+4
-4
@@ -84,12 +84,12 @@ a stripped down example ``.travis.yml``::
|
||||
and the corresponding Makefile::
|
||||
|
||||
init:
|
||||
pip install pipenv
|
||||
pipenv lock
|
||||
pipenv install --dev
|
||||
pip install pipenv
|
||||
pipenv lock
|
||||
pipenv install --dev
|
||||
|
||||
test:
|
||||
pipenv run py.test tests
|
||||
pipenv run py.test tests
|
||||
|
||||
``$ pipenv lock`` needs to be run here, because Python 2 will generate a different lockfile than Python 3.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user