Skip to content

Commit

Permalink
Update tox version
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-mois committed Feb 24, 2022
1 parent a77be2c commit 4bac513
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name='toloka-prefect',
packages=['toloka_prefect'],
version='0.0.2',
version='0.0.3',
description='Toloka prefect tasks library',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
minversion = 3.3.0
minversion = 3.24.5
envlist = py37, py38, py39, py310
isolated_build = True
requires = setuptools >= 36.2.0
Expand All @@ -24,9 +24,9 @@ deps =
commands =
pytest

# For Python 3.9 we additionally collect test coverage
# For Python 3.8 we additionally collect test coverage
# infromation and upload it to codecov
[testenv:py39]
[testenv:py38]
deps =
{[testenv]deps}
coveragepy
Expand All @@ -39,7 +39,7 @@ commands =
codecov

[testenv:release]
basepython = python3.9
basepython = python3.8
deps =
build
twine
Expand Down

0 comments on commit 4bac513

Please sign in to comment.