Skip to content

Commit

Permalink
tox.ini: Use pytest-httpbin>=0.0.6
Browse files Browse the repository at this point in the history
This hopefully fixes SSL timeout errors. 

Fixes httpie#308
  • Loading branch information
msabramo committed Feb 16, 2015
1 parent 45784c7 commit dd7f1c4
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 @@ -12,7 +12,7 @@ envlist = py26, py27, py34, pypy
[testenv]
deps =
pytest
pytest-httpbin
pytest-httpbin>=0.0.6

commands =
py.test --verbose --doctest-modules --basetemp={envtmpdir} {posargs:./tests ./httpie}
Expand Down

0 comments on commit dd7f1c4

Please sign in to comment.