mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
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:
parent
03a495f6fc
commit
0ce2e00d94
@ -7,7 +7,7 @@ deps =
|
||||
pytest-pycodestyle
|
||||
commands = pytest --pycodestyle
|
||||
|
||||
[testenv:py27]
|
||||
[testenv:py{27,35}]
|
||||
deps = pytest
|
||||
commands = pytest
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user