pipenv for python stuff

This commit is contained in:
James Walker 2019-11-07 17:05:08 -05:00
parent 85d6a21170
commit 1c296e7faa
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
flake8 flake8
pipenv
pylint pylint
pytest pytest
pytest-cache pytest-cache

View File

@ -28,7 +28,7 @@ plugins=($plugins ruby gem rails bundler heroku)
plugins=($plugins npm yarn gatsby react-native) plugins=($plugins npm yarn gatsby react-native)
# python # python
plugins=($plugins pip) plugins=($plugins pip pipenv)
# php / drupal # php / drupal
plugins=($plugins composer) plugins=($plugins composer)