httpie-cli/tox.ini
2014-10-20 14:41:48 +02:00

22 lines
366 B
INI

# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs.
# Run:
# $ pip install -r requirements-dev.txt
# $ tox
[tox]
envlist = py26, py27, py34, pypy
[testenv]
deps =
pytest
pytest-httpbin
commands =
py.test --verbose --doctest-modules --basetemp={envtmpdir} {posargs:./tests ./httpie}
[pytest]
addopts = --tb=native