1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-22 03:08:59 +02:00
httpie-cli/tox.ini
Jakub Roztocil 76ab8b84be Cleanup
2014-04-28 10:01:56 +02:00

19 lines
327 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-xdist
commands =
py.test --doctest-modules --basetemp={envtmpdir} -n 8 {posargs:./tests ./httpie}