mirror of
https://github.com/httpie/cli.git
synced 2024-11-08 00:44:45 +01:00
Fix tox config.
This commit is contained in:
parent
282cc455e3
commit
8ec32fe7f3
12
tox.ini
12
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user