With tox version 1.7.0 I get the following error:
tox.ConfigError: ConfigError: substitution key 'posargs' not found
Which appears to be caused by the following line in my tox.ini:
commands = python setup.py test --slowest --testr-args='{posargs}'
This worked fine with the previous version of tox i.e. 1.6.1
With tox version 1.7.0 I get the following error:
Which appears to be caused by the following line in my tox.ini:
commands = python setup.py test --slowest --testr-args='{posargs}'
This worked fine with the previous version of tox i.e. 1.6.1