Skip to content

Commit 7e1f584

Browse files
committed
Test with Python 2.7 and pytest <5.0.0
1 parent a21db20 commit 7e1f584

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ PLATFORM =
1616

1717
[testenv]
1818
deps =
19-
pytest
19+
py27: pytest<5.0.0
20+
py{36,37,38,39}: pytest>=5.0.0
21+
2022
commands = {envpython} -m pytest
2123
passenv = GITHUB_ACTIONS

0 commit comments

Comments
 (0)