commit | 25693231412dafa00bd7c829d7bc9d63fb876130 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Tue Mar 04 15:02:33 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Mar 04 15:02:33 2014 -0800 |
tree | 524116818847a3110b360b3be7dd31be7a09b4fa | |
parent | aee8b1aee873f125ba6fad172c2fcbe205fe8fe4 [diff] |
Install pep8-naming on travis
diff --git a/tox.ini b/tox.ini index b309f3c..3ee449f 100644 --- a/tox.ini +++ b/tox.ini
@@ -37,12 +37,16 @@ commands = py.test --capture=no --strict {posargs} [testenv:pep8] -deps = flake8 +deps = + flake8 + pep8-naming commands = flake8 . [testenv:py3pep8] basepython = python3.3 -deps = flake8 +deps = + flake8 + pep8-naming commands = flake8 . [flake8]