Drop pipenv

To install the development environment (inside your preferred venv), 
now just use `pip install -e '.[dev,test]'`.
This commit is contained in:
Mike Edmunds
2021-02-20 13:37:44 -08:00
committed by GitHub
parent 4dd1d3b1fe
commit fd9fdb9b03
3 changed files with 20 additions and 27 deletions

7
.gitignore vendored
View File

@@ -10,6 +10,9 @@ dist/
docs/_build/
local.py
# Because pipenv is only used to manage a local development
# environment, it's not helpful to track its lock file
# Because pipenv was only used to manage a local development
# environment, it was not helpful to track its lock file
Pipfile.lock
# Use pyenv-virtualenv to manage a venv for local development
.python-version