summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2016-02-23 20:20:57 +0100
committerChristian Heimes <cheimes@redhat.com>2016-02-23 20:20:57 +0100
commitb96bcf71fcfd23eb2e5c636f8eee626c11c14960 (patch)
tree0b0dab36f84d2b299d0b38eba2cd115598c7282e /tox.ini
parentda4ca36ef5e378f55259438b4f72491d0966e5e7 (diff)
downloadpki-b96bcf71fcfd23eb2e5c636f8eee626c11c14960.tar.gz
pki-b96bcf71fcfd23eb2e5c636f8eee626c11c14960.tar.xz
pki-b96bcf71fcfd23eb2e5c636f8eee626c11c14960.zip
Python 3 fix for Tomcat.get_major_version()
I forgot to decode the output of subprocess.check_call(). All other places decode bytes to text properly.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4024f1df4..dc75a8b55 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,7 @@ commands =
{envpython} {envbindir}/pki-server --help
{envpython} {envbindir}/pki-server-upgrade --help
{envpython} {envbindir}/pki-upgrade --help
- py.test --capture=no --strict {posargs}
+ py.test --capture=no --strict tests/python {posargs}
[testenv:lint]
basepython = python2.7