mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +01:00
separate environment to test codestyle as proposed by @sigmavirus24
This commit is contained in:
parent
6238b59e72
commit
9c2c058ae5
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
|
||||||
|
Loading…
Reference in New Issue
Block a user