Skip to content

Commit

Permalink
Drop python 3.5 from tox
Browse files Browse the repository at this point in the history
  • Loading branch information
aiguofer committed Jun 29, 2022
1 parent 1c9e2b5 commit 8482fef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@ max-complexity = 18
select = B,C,E,F,W,T4,B9

[tox:tox]
envlist = py35, py36, py37, py38, py39, py310, flake8
envlist = py36, py37, py38, py39, py310, flake8

[travis]
python =
python =
3.10: py310
3.9: py39
3.8: py38
3.7: py37
3.6: py36
3.5: py35


[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 gspread_pandas

[testenv]
setenv =
setenv =
PYTHONPATH = {toxinidir}
deps = -r requirements_dev.txt
commands = python setup.py test
Expand Down

0 comments on commit 8482fef

Please sign in to comment.