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 98f5d1c commit e8f47edCopy full SHA for e8f47ed
tox.ini
@@ -72,8 +72,14 @@ basepython = python3.11
72
# return.
73
deps =
74
-r doc/requirements.pip
75
+
76
allowlist_externals =
77
make
78
79
+setenv =
80
+ {[testenv]setenv}
81
+ PYTHONWARNDEFAULTENCODING=
82
83
commands =
84
# If cog fails, it means the docs need to be updated. Run `make prebuild`.
85
python -m cogapp -cP --check --check-fail-msg='run `make prebuild`' --verbosity=1 doc/*.rst doc/*/*.rst
@@ -93,6 +99,7 @@ deps =
93
99
94
100
setenv =
95
101
{[testenv]setenv}
102
96
103
LINTABLE=coverage tests doc ci igor.py setup.py __main__.py
97
104
98
105
@@ -117,6 +124,7 @@ deps =
117
124
118
125
119
126
127
120
128
TYPEABLE=coverage tests
121
129
122
130
0 commit comments