Skip to content

Commit

Permalink
Use dev version of pytest.
Browse files Browse the repository at this point in the history
This should fix some issues with testing under py32, see
https://bitbucket.org/hpk42/pytest/issue/274/internalerror-when-running-doctest
  • Loading branch information
dbrgn committed Apr 27, 2013
1 parent 86d7753 commit df468d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit df468d3

Please sign in to comment.