forked from docs/doc-exports
Compare commits
1 Commits
revert-mrs
...
fix_python
| Author | SHA1 | Date | |
|---|---|---|---|
| 007177309d |
2
tox.ini
2
tox.ini
@ -3,8 +3,10 @@ minversion = 3.6
|
|||||||
envlist = py3,pep8
|
envlist = py3,pep8
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
ignore_basepython_conflict = True
|
ignore_basepython_conflict = True
|
||||||
|
basepython = python3.11
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
basepython = python3.11
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
setenv =
|
setenv =
|
||||||
|
|||||||
Reference in New Issue
Block a user