Skip to content

Commit

Permalink
add Pipfile auto shell example
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Jan 2, 2018
1 parent df13f3c commit 22ea8da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .atom/config.cson
Expand Up @@ -73,6 +73,7 @@
honorStyleSettings: true
showEslintRules: true
"linter-ui-default":
panelHeight: 81
showPanel: true
"python-yapf":
checkOnSave: false
Expand Down
3 changes: 3 additions & 0 deletions example.env
@@ -0,0 +1,3 @@

# Python Pipfile
[ -z "$VIRTUAL_ENV" ] && [ -f "Pipfile.lock" ] && pipenv shell

0 comments on commit 22ea8da

Please sign in to comment.