You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-06-15 00:15:06 +02:00
tox.ini: Use pytest-httpbin>=0.0.6
This hopefully fixes SSL timeout errors. Fixes #308
This commit is contained in:
2
tox.ini
2
tox.ini
@ -12,7 +12,7 @@ envlist = py26, py27, py34, pypy
|
|||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
pytest
|
pytest
|
||||||
pytest-httpbin
|
pytest-httpbin>=0.0.6
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
py.test --verbose --doctest-modules --basetemp={envtmpdir} {posargs:./tests ./httpie}
|
py.test --verbose --doctest-modules --basetemp={envtmpdir} {posargs:./tests ./httpie}
|
||||||
|
Reference in New Issue
Block a user