diff options
| author | Rémy HUBSCHER <hubscher.remy@gmail.com> | 2020-04-24 12:32:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-24 12:32:52 +0200 |
| commit | 7587e292fb6b8322891636e785b63425778ab7c6 (patch) | |
| tree | 4e77900e246f763c9c12b0824228559bd2720c44 /tox.ini | |
| parent | abf1eea842284f6e147d9acf25a13c4e0c076e66 (diff) | |
| download | ihatemoney-mirror-7587e292fb6b8322891636e785b63425778ab7c6.zip ihatemoney-mirror-7587e292fb6b8322891636e785b63425778ab7c6.tar.gz ihatemoney-mirror-7587e292fb6b8322891636e785b63425778ab7c6.tar.bz2 | |
Remove obsolete python code (<3.6). (#571)
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py38,py37,py36,py35,docs,flake8,black +envlist = py38,py37,py36,docs,flake8,black skip_missing_interpreters = True [testenv] @@ -39,7 +39,6 @@ extend-ignore = [travis] python = - 3.5: py35 3.6: py36 3.7: py37 3.8: py38, docs, black, flake8 |
