Set utf-8 in decode and encode calls
[functest-kubernetes.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index fbe446c..4cc4aa3 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -23,11 +23,8 @@ commands = flake8
 
 [testenv:pylint]
 basepython = python2.7
-whitelist_externals = bash
-modules =
-  functest_kubernetes
 commands =
-  pylint --disable=locally-disabled --reports=n {[testenv:pylint]modules}
+  pylint --disable=locally-disabled --reports=n functest_kubernetes
 
 [testenv:yamllint]
 basepython = python2.7