Skip to content

Commit

Permalink
test: use direnv to manage the python environment (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic authored Feb 13, 2025
1 parent ef83eb3 commit af1b412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
layout pyenv $(cat .python-version)
layout python
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ tests/media

allauth_ui/static/allauth_ui/output.css
node_modules
.direnv

0 comments on commit af1b412

Please sign in to comment.