Use dev version of pytest.

This should fix some issues with testing under py32, see
https://bitbucket.org/hpk42/pytest/issue/274/internalerror-when-running-doctest
This commit is contained in:
Danilo Bargen
2013-04-27 15:40:58 +02:00
parent 86d775324b
commit df468d3f38

View File

@@ -2,7 +2,7 @@
envlist = py25, py26, py27, py32, py33
[testenv]
deps =
pytest
https://bitbucket.org/hpk42/pytest/get/c4f58165e0d4.zip
commands =
py.test []
[testenv:py25]