Skip to content

Commit 9bce1a9

Browse files
author
kgriffs
committedSep 11, 2013
chore: Rename tox "flake8" env to "pep8"
This change will make marconi tox more compatible with other OSS projects, so that folks can reuse their standard build scripts.
1 parent dd6568b commit 9bce1a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27,py33,pypy,flake8
2+
envlist = py26,py27,py33,pypy,pep8
33

44
[testenv]
55
deps = -r{toxinidir}/tools/test-requires
@@ -20,7 +20,7 @@ commands = {toxinidir}/tools/clean_cythoned.sh {toxinidir}/falcon
2020
deps = py3kwarn
2121
commands = py3kwarn falcon
2222

23-
[testenv:flake8]
23+
[testenv:pep8]
2424
deps = flake8
2525
commands = flake8 \
2626
--max-complexity=12 \

0 commit comments

Comments
 (0)