New issue 364: Ability to include/extend other inis in tox.ini
https://bitbucket.org/hpk42/tox/issues/364/ability-to-include-extend-other-inis-in

Andy Freeland:

it would be useful to be able to share/reuse config (for example, a style 
toxenv) through some sort of include syntax in tox.ini.

e.g. in tox.ini:

```
[tox]
envlist = py27,py35,style
include = tox-style.ini
```

and style.ini:

```
[testenv:style]
....
```

That's almost definitely not the right syntax to use, but I think it gets the 
idea.


_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to