diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-04 15:02:33 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-04 15:02:33 -0800 |
commit | 25693231412dafa00bd7c829d7bc9d63fb876130 (patch) | |
tree | 524116818847a3110b360b3be7dd31be7a09b4fa | |
parent | aee8b1aee873f125ba6fad172c2fcbe205fe8fe4 (diff) | |
download | cryptography-25693231412dafa00bd7c829d7bc9d63fb876130.tar.gz cryptography-25693231412dafa00bd7c829d7bc9d63fb876130.tar.bz2 cryptography-25693231412dafa00bd7c829d7bc9d63fb876130.zip |
Install pep8-naming on travis
-rw-r--r-- | tox.ini | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -37,12 +37,16 @@ commands = 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] |