Remove Python 3.5 env from tox config

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
This commit is contained in:
Nabarun Pal 2021-05-27 20:49:01 +05:30
parent 88ca071341
commit 6fe32feceb
No known key found for this signature in database
GPG Key ID: 611D5079D826B150

View File

@ -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_*