Skip to content

Commit ea588e2

Browse files
committed
chore(tox): add instructions for using pyenv with tox
1 parent 4943704 commit ea588e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# Poetry installs all the dependencies and the current package in editable mode.
33
# Thus, tests are running against the local files and not the built and installed package
44
# This is the recommended way to run tests with Poetry (https://python-poetry.org/docs/faq/#is-tox-supported)
5+
# How to use:
6+
# do
7+
# > pyenv install 3.9 3.10 3.11
8+
# > pyenv local 3.9 3.10 3.11
9+
510
[tox]
611
envlist = py39, py310, py311
712

0 commit comments

Comments
 (0)