Skip to content

Commit

Permalink
Remove py35 and py36 envs from tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
dosaboy committed May 11, 2024
1 parent b5c4ae3 commit 1835ee4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ basepython = python3
deps = -r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}

[testenv:py35]
basepython = python3.5
deps = -r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}

[testenv:py36]
basepython = python3.6
deps = -r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}

[testenv:pep8]
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
Expand Down

0 comments on commit 1835ee4

Please sign in to comment.