Increase verbosity of tox
The default verbosity of unittest and tox are very low and it is often difficult to understand a failure. For example we do not know which version of packages have been installed. So we should add the {posarg}
to the test command to allow to pass argument from the tox command and we should inrease tox level such that it output the pip command logs.
Edited by Cédric Krier