New issue 324: -v output does not include diff that non-verbose output does for
long dicts
https://bitbucket.org/hpk42/tox/issues/324/v-output-does-not-include-diff-that-non
Brandon Maister:
given `ex.py`:
```
#!python
def test_long_assertion():
long = 'a' * 50
a = {i: long for i in ra
New issue 325: Using sudo in commands ignores basepython
https://bitbucket.org/hpk42/tox/issues/325/using-sudo-in-commands-ignores-basepython
Joshua_Pereyda:
## Problem
When using sudo in the commands list, the system default python is used instead
of tox's basepython.
## Example
### tox.ini
`