diff --git a/Makefile b/Makefile
index db6be86..01fc08a 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ sle15_activation: check
.PHONY: test
test:
- tox -e unit_py3
+ tox -e unit_py3
check:
tox -e check
diff --git a/image/pubcloud/sle15/config.kiwi b/image/pubcloud/sle15/config.kiwi
index 182be7b..2354db7 100644
--- a/image/pubcloud/sle15/config.kiwi
+++ b/image/pubcloud/sle15/config.kiwi
@@ -23,14 +23,29 @@
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -40,6 +55,7 @@
+
diff --git a/tox.ini b/tox.ini
index 262320f..963e5f4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ envlist =
install_command = {toxinidir}/pip.sh {opts} {packages}
whitelist_externals =
bash
-basepython =
+basepython =
{check}: python3
unit_py3: python3
envdir =
@@ -17,7 +17,7 @@ envdir =
passenv =
*
usedevelop = True
-deps =
+deps =
-r.virtualenv.dev-requirements.txt