aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-03-04 15:02:33 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-03-04 15:02:33 -0800
commit25693231412dafa00bd7c829d7bc9d63fb876130 (patch)
tree524116818847a3110b360b3be7dd31be7a09b4fa /tox.ini
parentaee8b1aee873f125ba6fad172c2fcbe205fe8fe4 (diff)
downloadcryptography-25693231412dafa00bd7c829d7bc9d63fb876130.tar.gz
cryptography-25693231412dafa00bd7c829d7bc9d63fb876130.tar.bz2
cryptography-25693231412dafa00bd7c829d7bc9d63fb876130.zip
Install pep8-naming on travis
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 6 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b309f3c0..3ee449f1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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]