Fix tox4 error
tox.ini started failing with Tox4 which had some incompatible changes. One of the reason for failure is due to the skipsdist = True with usedevelop and it seems it was never supported. Change-Id: If70b1a8b17bd925b04b35366ff80fd5dacf19c3c
This commit is contained in:
parent
dac837c596
commit
fac3d836bc
1
tox.ini
1
tox.ini
@ -1,7 +1,6 @@
|
||||
[tox]
|
||||
envlist = docs,linters,py3
|
||||
minversion = 3.1.0
|
||||
skipsdist = True
|
||||
ignore_basepython_conflict=true
|
||||
|
||||
[testenv]
|
||||
|
Loading…
x
Reference in New Issue
Block a user