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 d0af047 commit 96841dcCopy full SHA for 96841dc
tox.ini
@@ -6,13 +6,13 @@ no_package = True
6
env_list = lint, unit
7
8
[vars]
9
-src_path = {tox_root}/src
10
-tests_path = {tox_root}/tests
+src_path = "{tox_root}/src"
+tests_path = "{tox_root}/tests"
11
all_path = {[vars]src_path} {[vars]tests_path}
12
13
[testenv]
14
set_env =
15
- PYTHONPATH = {[vars]src_path}:{tox_root}/lib
+ PYTHONPATH = {tox_root}/src:{tox_root}/lib
16
PY_COLORS = 1
17
allowlist_externals =
18
poetry
0 commit comments