8000 update tox.ini to match pythons supported and allow flags for pytest · matplotlib/matplotlib@d4e834f · GitHub
[go: up one dir, main page]

Skip to content

Commit d4e834f

Browse files
committed
update tox.ini to match pythons supported and allow flags for pytest
1 parent c30129b commit d4e834f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py35, py36
7+
envlist = py36, py37, py38
88

99
[testenv]
1010
changedir = /tmp
@@ -14,7 +14,7 @@ setenv =
1414
PIP_ISOLATED = 1
1515
usedevelop = True
1616
commands =
17-
pytest --pyargs matplotlib
17+
pytest --pyargs matplotlib {posargs}
1818
deps =
1919
pytest
2020

0 commit comments

Comments
 (0)
0