Skip to content

Commit 8482fef

Browse files
committed
Drop python 3.5 from tox
1 parent 1c9e2b5 commit 8482fef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@ max-complexity = 18
1919
select = B,C,E,F,W,T4,B9
2020

2121
[tox:tox]
22-
envlist = py35, py36, py37, py38, py39, py310, flake8
22+
envlist = py36, py37, py38, py39, py310, flake8
2323

2424
[travis]
25-
python =
25+
python =
2626
3.10: py310
2727
3.9: py39
2828
3.8: py38
2929
3.7: py37
3030
3.6: py36
31-
3.5: py35
31+
3232

3333
[testenv:flake8]
3434
basepython = python
3535
deps = flake8
3636
commands = flake8 gspread_pandas
3737

3838
[testenv]
39-
setenv =
39+
setenv =
4040
PYTHONPATH = {toxinidir}
4141
deps = -r requirements_dev.txt
4242
commands = python setup.py test

0 commit comments

Comments
 (0)