Fix tox tests for python3.6
This commit is contained in:
parent
cd2d16e6ac
commit
c45aea71df
2 changed files with 14 additions and 2 deletions
5
tox.ini
5
tox.ini
|
@ -2,6 +2,11 @@
|
|||
[tox]
|
||||
envlist = py36, py37, py38, py39, py310, py311
|
||||
|
||||
# TODO: can remove this when we drop py36 support
|
||||
# nb. need this for testing older python versions
|
||||
# https://tox.wiki/en/latest/faq.html#testing-end-of-life-python-versions
|
||||
requires = virtualenv<20.22.0
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
pip install -U pip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue