]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
vici: Don't use pytest-pycodestyle with Python 3.5
authorTobias Brunner <tobias@strongswan.org>
Mon, 17 Aug 2020 13:22:34 +0000 (15:22 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 17 Aug 2020 13:22:34 +0000 (15:22 +0200)
This causes problems due to a deprecation error during the Ubuntu Xenial
build on Travis.

src/libcharon/plugins/vici/python/tox.ini

index 8a57cfd64844697c413b304ac103372df1c879a8..2000478aa60dc47a4c4c4595c017f3261bdfc0d2 100644 (file)
@@ -7,7 +7,7 @@ deps =
        pytest-pycodestyle
 commands = pytest --pycodestyle
 
-[testenv:py27]
+[testenv:py{27,35}]
 deps = pytest
 commands = pytest