Skip to content

Commit

Permalink
Merge pull request #90 from dosaboy/tox-cleanup
Browse files Browse the repository at this point in the history
Remove py35 and py36 envs from tox.ini
  • Loading branch information
brianphaley authored Jun 6, 2024
2 parents 540f0b9 + 1835ee4 commit 632ac5b
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 632ac5b

Please sign in to comment.