Skip to content

Commit

Permalink
Mostly pipenv content updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendonner committed Mar 22, 2018
1 parent 4bd8d5c commit 7b5af91
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions reference/conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,19 @@ pyup.io
~~~~~~~
**Purpose:**

Examples:
#. Example one
#. Example two

pipenv
~~~~~~
**Purpose:** Blurb about why and how we use `pipenv <https://docs.pipenv.org/>`_.

Typically, we:
#. Pin pipenv
#. Install directly from the Pipfile
#. Ignore generating and using the Pipfile.lock

Docker
------
**Purpose:** We use `Docker <https://www.docker.com>`_ to help ensure consistent, portable builds, with dependency/environment control.
Expand All @@ -29,6 +38,10 @@ We use typically two (2) main files, for Docker:
#. Dockerfile
#. .dockerignore

Examples:
#. Example one
#. Example two

For both of these files, see the official docs at https://docs.docker.com/engine/reference/builder

Linting
Expand Down

0 comments on commit 7b5af91

Please sign in to comment.