Skip to content

Commit

Permalink
Support different virtualenvs for Python 2 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Oct 11, 2019
1 parent bbbe880 commit f942af9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ __pycache__/
# Distribution / packaging
.Python
venv
venv2
venv3
.venv
.venv2
.venv3
env
.env
build/
Expand Down

0 comments on commit f942af9

Please sign in to comment.