Fix tox config.

This commit is contained in:
Jakub Roztocil 2014-04-26 16:50:31 +02:00
parent 282cc455e3
commit 8ec32fe7f3

12
tox.ini
View File

@ -7,21 +7,15 @@
[tox]
envlist = py26, py27, py34, pypy
usedevelop = True
skipsdist = True
[testenv]
whitelist_externals =
py.test
deps =
pytest
pytest-xdist
commands =
py.test --doctest-modules \
--basetemp={envtmpdir} \
-n 8 \
{posargs:./tests ./httpie}
[testenv:py26]
deps =
argparse