Skip to content

Commit

Permalink
Fix pep8 to pycodestyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell committed Jun 17, 2016
1 parent 8257e9f commit 3030540
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,pep8
envlist = py27,py34,py35,pycodestyle

[testenv]
commands=python setup.py test
Expand All @@ -8,6 +8,6 @@ deps=
simplejson
mock

[testenv:pep8]
deps = pep8
commands = pep8 --repeat --ignore=E501 --show-source mackerel tests setup.py
[testenv:pycodestyle]
deps = pycodestyle
commands = pycodestyle --repeat --ignore=E501 --show-source mackerel tests setup.py

0 comments on commit 3030540

Please sign in to comment.