We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ef0dd commit e63bf7fCopy full SHA for e63bf7f
tox.ini
@@ -5,5 +5,9 @@ envlist = py27,py34
5
deps = flake8
6
pandas
7
8
+[flake8]
9
+ignore = E111
10
+
11
12
commands = flake8 --ignore=E501 --filename=*.py --exclude=doc,setup.py,*/tests/*
13
python -m unittest discover --pattern=*.py tests
0 commit comments