fix issue516: tell in getting-started about current dependencies.

cleanup setup.py a bit and specify supported versions. Thanks Jurko
Gospodnetic for the PR.
This commit is contained in:
holger krekel 2014-05-14 09:58:34 +02:00
parent b507e1754c
commit 30c93701a7
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ NEXT (2.6)
- fix issue 475: fail early and comprehensible if calling
pytest.raises with wrong exception type.
- fix issue516: tell in getting-started about current dependencies.
- cleanup setup.py a bit and specify supported versions. Thanks Jurko
Gospodnetic for the PR.
- change XPASS colour to yellow rather then red when tests are run
with -v.