You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2026-06-20 11:32:56 +02:00
Fix tox config.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user