mirror of
https://github.com/httpie/cli.git
synced 2025-07-19 23:19:49 +02:00
separate environment to test codestyle as proposed by @sigmavirus24
This commit is contained in:
8
tox.ini
8
tox.ini
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py26, py27, py35, pypy
|
envlist = py26, py27, py35, pypy, codestyle
|
||||||
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
@ -20,3 +20,9 @@ commands =
|
|||||||
--verbose \
|
--verbose \
|
||||||
--doctest-modules \
|
--doctest-modules \
|
||||||
{posargs:./httpie ./tests}
|
{posargs:./httpie ./tests}
|
||||||
|
|
||||||
|
[testenv:codestyle]
|
||||||
|
deps = pycodestyle
|
||||||
|
commands =
|
||||||
|
pycodestyle \
|
||||||
|
--ignore=E241,E501
|
||||||
|
Reference in New Issue
Block a user