diff --git a/software/slapos-testing/software-py3.cfg b/software/slapos-testing/software-py3.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..7c255a9d2995fed8b8eaec1e1f870a0bb791e20a
--- /dev/null
+++ b/software/slapos-testing/software-py3.cfg
@@ -0,0 +1,25 @@
+[buildout]
+extends =
+  ../../component/python3/buildout.cfg
+  software.cfg
+python = python3.5
+
+[nghttp2]
+environment =
+  PATH=${autoconf:location}/bin:${automake:location}/bin:${libtool:location}/bin:${m4:location}/bin:${python3.5:location}/bin:%(PATH)s
+
+[supervisor-repository]
+<= git-clone-repository
+repository = https://github.com/Supervisor/supervisor.git
+
+[supervisor-develop]
+recipe = zc.recipe.egg:develop
+egg = supervisor
+setup = ${supervisor-repository:location}
+
+[eggs]
+recipe = zc.recipe.egg
+eggs += ${supervisor-develop:egg}
+
+[versions]
+supervisor =