Skip to content

Commit 4e30ec0

Browse files
committed
Remove Python 3.5 env from tox config
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 881abdf commit 4e30ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
3-
py3{5,6,7,8,9}
4-
py3{5,6,7,8,9}-functional
3+
py3{6,7,8,9}
4+
py3{6,7,8,9}-functional
55

66
[testenv]
77
passenv = TOXENV CI TRAVIS TRAVIS_*

0 commit comments

Comments
 (0)