Skip to content

Commit c3044eb

Browse files
committed
Drop py35 from tox. Ref #202.
1 parent bed6a81 commit c3044eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
# Coverage is missing on later version of Python
3-
envlist = {py27,py35,py36,py37,py38,py39}{,-cov,-diffcov},qa,docs
3+
envlist = {py27,py36,py37,py38,py39}{,-cov,-diffcov},qa,docs
44
skip_missing_interpreters = True
55
toxworkdir={env:TOX_WORK_DIR:.tox}
66

@@ -30,7 +30,7 @@ setenv =
3030
cov: COVERAGE_OPTIONS="-p"
3131
cov: COVERAGE_FILE={toxinidir}/.coverage
3232
py27: OMIT=3
33-
py35,py36,py37,py38,py39: OMIT=2
33+
py36,py37,py38,py39: OMIT=2
3434

3535

3636
[testenv:qa]

0 commit comments

Comments
 (0)