1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00
httpie-cli/tox.ini

19 lines
327 B
INI
Raw Normal View History

# Tox (http://tox.testrun.org/) is a tool for running tests
2014-04-24 22:36:03 +03:00
# in multiple virtualenvs.
# Run:
# $ pip install -r requirements-dev.txt
# $ tox
[tox]
2014-04-24 18:08:40 +03:00
envlist = py26, py27, py34, pypy
2014-04-24 22:36:03 +03:00
[testenv]
2014-04-26 17:50:31 +03:00
deps =
pytest
pytest-xdist
2014-04-24 22:36:03 +03:00
commands =
py.test -n 8 --doctest-modules --basetemp={envtmpdir} {posargs:./tests ./httpie}