fix(kubernetes): temporary solution for updated k8s python client
This commit is contained in:
parent
07d6fe7442
commit
9129813244
1478 changed files with 422354 additions and 2 deletions
13
kubernetes/base/tox.ini
Normal file
13
kubernetes/base/tox.ini
Normal file
|
@ -0,0 +1,13 @@
|
|||
[tox]
|
||||
skipsdist = True
|
||||
envlist =
|
||||
py3{5,6,7,8,9}
|
||||
py3{5,6,7,8,9}-functional
|
||||
|
||||
[testenv]
|
||||
passenv = TOXENV CI TRAVIS TRAVIS_*
|
||||
commands =
|
||||
python -V
|
||||
pip install pytest
|
||||
./run_tox.sh pytest
|
||||
|
Reference in a new issue