Jenkins unittests run in docker container
Prepared dockerfiles for creating a testing environment in containers.
Two containers are prepared. The first for normal Python3 and the
second one runs in CentOS 7.
A tox configuration is customized for supported versions of Python.
Minor syntax changes were done to silence flake8 in Python2.
JIRA: RHELCMP-4962
Signed-off-by: Ondrej Nosek <onosek@redhat.com>