Small change to tox.ini

stix2.1
Emmanuelle Vargas-Gonzalez 2017-09-11 10:28:46 -04:00
parent 87547c92f1
commit 04450112bf
1 changed files with 1 additions and 2 deletions

View File

@ -19,10 +19,9 @@ deps =
pycodestyle
commands =
pycodestyle ./stix2
flake8 --max-line-length=160
flake8
[pycodestyle]
ignore=
max-line-length=160
[flake8]