forked from extern/httpie-cli
Fix tox config.
This commit is contained in:
parent
282cc455e3
commit
8ec32fe7f3
12
tox.ini
12
tox.ini
@ -7,21 +7,15 @@
|
|||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py26, py27, py34, pypy
|
envlist = py26, py27, py34, pypy
|
||||||
usedevelop = True
|
|
||||||
skipsdist = True
|
|
||||||
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
deps =
|
||||||
whitelist_externals =
|
pytest
|
||||||
py.test
|
pytest-xdist
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
py.test --doctest-modules \
|
py.test --doctest-modules \
|
||||||
--basetemp={envtmpdir} \
|
--basetemp={envtmpdir} \
|
||||||
-n 8 \
|
-n 8 \
|
||||||
{posargs:./tests ./httpie}
|
{posargs:./tests ./httpie}
|
||||||
|
|
||||||
[testenv:py26]
|
|
||||||
deps =
|
|
||||||
argparse
|
|
||||||
|
Loading…
Reference in New Issue
Block a user