diff options
author | Victor Shyba <victor1984@riseup.net> | 2016-11-17 01:33:04 -0300 |
---|---|---|
committer | Victor Shyba <victor1984@riseup.net> | 2016-11-18 15:55:52 -0300 |
commit | 476979060980c0d23bba34f101cf81f7713a5b93 (patch) | |
tree | d744ef55a264c598d715aa3e24909a2517cb4429 /testing/tox.ini | |
parent | 8738544ab2de095ead1375e80d1222bd0639e2c0 (diff) |
[style] fix pep8 and confs
Fixes setup.cfg, adding current exclude rules, simplified tox.ini to use
setup.cfg and fixed all.
Diffstat (limited to 'testing/tox.ini')
-rw-r--r-- | testing/tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index 0eeeab9e..d84566ca 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -42,8 +42,8 @@ deps = pep8 flake8 commands = - pep8 client server common - flake8 --ignore=F812,E731 client server common + pep8 + flake8 [testenv:parallel] deps = |