This is an automated email from the ASF dual-hosted git repository. isapego pushed a commit to branch ignite-17023 in repository https://gitbox.apache.org/repos/asf/ignite-python-thin-client.git
commit 39dae698230a05f9f1f910c01250d000c5be10f6 Author: Igor Sapego <[email protected]> AuthorDate: Thu May 26 01:30:41 2022 -0700 IGNITE-17923 Fix tox and Travis --- .travis.yml | 6 +++--- tox.ini | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a52c5b2..5d60866 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,9 +34,6 @@ before_install: jobs: include: - - python: '3.6' - arch: amd64 - env: TOXENV=py36 - python: '3.7' arch: amd64 env: TOXENV=py37 @@ -49,6 +46,9 @@ jobs: - python: '3.9' arch: amd64 env: TOXENV=py39 + - python: '3.10' + arch: amd64 + env: TOXENV=py310 install: pip install tox script: tox diff --git a/tox.ini b/tox.ini index 964b748..e873e21 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ [tox] skipsdist = True -envlist = codestyle,py{36,37,38,39} +envlist = codestyle,py{37,38,39,310} [pytest] log_format = %(asctime)s %(name)s %(levelname)s %(message)s
