summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2017-05-03 14:58:57 -0700
committerTim Burke <tim.burke@gmail.com>2017-05-03 15:07:20 -0700
commit292856defae59793785f755d8af805a3f9ed014b (patch)
tree2ee1365bcdd55983ec4e924434e550fac3ff697f /tox.ini
parentea1b479a816650242999f4c19401d201f6160047 (diff)
downloadpyeclib-292856defae59793785f755d8af805a3f9ed014b.tar.gz
Switch from pep8 to flake8 for linting
...and clean up the unused variables, unused imports, and inconsistent spacing that flake8 revealed. Change-Id: I3ae1e834f01f477be88dfc48de954eeaf19e43cf
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2f2f09c..f17e829 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,9 +9,9 @@ commands=
[testenv:pep8]
deps=
- pep8
+ flake8
commands=
- pep8 pyeclib/ setup.py test/
+ flake8 pyeclib/ setup.py test/
[testenv:venv]
commands = {posargs}