2.8.6 release: version, CHANGELOG

Remove note about expected failing envs in tox, as tox now supports
skipping certain environments based on the platform.
This commit is contained in:
Bruno Oliveira
2016-01-21 19:17:53 -02:00
parent 61c569f960
commit 82d00efa8d
5 changed files with 71 additions and 7 deletions

View File

@@ -27,10 +27,6 @@ Note: this assumes you have already registered on pypi.
devpi list pytest
or look at failures with "devpi list -f pytest".
There will be some failed environments like e.g. the py33-trial
or py27-pexpect tox environments on Win32 platforms
which is ok (tox does not support skipping on
per-platform basis yet).
7. Regenerate the docs examples using tox, and check for regressions::