Skip to content

Commit af1b412

Browse files
authored
test: use direnv to manage the python environment (#135)
1 parent ef83eb3 commit af1b412

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.envrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
layout pyenv $(cat .python-version)
2+
layout python

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,4 @@ tests/media
113113

114114
allauth_ui/static/allauth_ui/output.css
115115
node_modules
116+
.direnv

0 commit comments

Comments
 (0)