We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4943704 commit ea588e2Copy full SHA for ea588e2
tox.ini
@@ -2,6 +2,11 @@
2
# Poetry installs all the dependencies and the current package in editable mode.
3
# Thus, tests are running against the local files and not the built and installed package
4
# 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
+
10
[tox]
11
envlist = py39, py310, py311
12
0 commit comments