summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 33cae3c..2876390 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,5 @@
[tox]
envlist = py27,py35,py36,pypy,pre-commit
-tox_pip_extensions_ext_venv_update = true
[testenv]
deps = -rrequirements-dev.txt
@@ -15,8 +14,5 @@ skip_install = true
deps = pre-commit
commands = pre-commit run --all-files --show-diff-on-failure
-[flake8]
-max-line-length = 119
-
[pep8]
ignore = E265,E501,W504