vici: Don't use pytest-pycodestyle with Python 3.5

This causes problems due to a deprecation error during the Ubuntu Xenial
build on Travis.
This commit is contained in:
Tobias Brunner 2020-08-17 15:22:34 +02:00
parent 03a495f6fc
commit 0ce2e00d94
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ deps =
pytest-pycodestyle
commands = pytest --pycodestyle
[testenv:py27]
[testenv:py{27,35}]
deps = pytest
commands = pytest