Dependent tools to run tests do not support Python 2.6 recently, like
tox, that causes tox -e py26 fails to create a virtual environment
with python2.6 interpreter.
This patch uses a Makefile to create a Python 2.6 environment with
virtualenv manually and to organize steps to run tests with Python 2.6
and other Python versions in only one command make test.
Dependent tools to run tests do not support Python 2.6 recently, like
tox, that causes
tox -e py26fails to create a virtual environmentwith python2.6 interpreter.
This patch uses a Makefile to create a Python 2.6 environment with
virtualenv manually and to organize steps to run tests with Python 2.6
and other Python versions in only one command
make test.Signed-off-by: Chenxiong Qi cqi@redhat.com