changeset 5995:b2195895bbd7

tests: install pam and ldap modules when testing with tox
author Mads Kiilerich <madski@unity3d.com>
date Wed, 29 Jun 2016 16:53:26 +0200
parents 5dfe741d2b0a
children d6b3839f3c83
files tox.ini
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tox.ini	Wed Jun 29 16:52:07 2016 +0200
+++ b/tox.ini	Wed Jun 29 16:53:26 2016 +0200
@@ -7,5 +7,7 @@
     PYTHONHASHSEED = 0
 deps =
     pytest: pytest
+    python-ldap
+    python-pam
 commands =
     pytest: py.test {posargs}