Skip to content

Commit

Permalink
Remove Python 3.5 env from tox config
Browse files Browse the repository at this point in the history
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
  • Loading branch information
palnabarun committed Jun 6, 2021
1 parent 88ca071 commit 6fe32fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py3{5,6,7,8,9}
py3{5,6,7,8,9}-functional
py3{6,7,8,9}
py3{6,7,8,9}-functional

[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*
Expand Down

0 comments on commit 6fe32fe

Please sign in to comment.