cleanup makefile section

This commit is contained in:
2017-01-31 17:14:17 -05:00
parent d978b23ee6
commit ff340ef565
+4 -4
View File
@@ -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.