Skip to content

Commit

Permalink
Remove Python 3.6 and 3.7 from tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
heikomuller committed Jun 25, 2020
1 parent b7df4e5 commit 0bf8f2b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[tox]
envlist = clean,py36,py37,py38,report
envlist = clean,py38,report

[tool:pytest]
addopts =
--cov-report=term-missing

[testenv]
passenv = CI TRAVIS TRAVIS_*
changedir = tests
commands =
pytest --cov --cov-append --cov-config={toxinidir}/.coveragerc {posargs:-vv}
Expand All @@ -16,8 +15,7 @@ deps =
pytest-cov
codecov
depends =
{py36,py37}: clean
report: py36,py37,py38
report: py38

[testenv:report]
skip_install = true
Expand Down

0 comments on commit 0bf8f2b

Please sign in to comment.