Skip to content

Commit

Permalink
adjust path for autopep8 commands
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Sep 18, 2017
1 parent 7cf3bf9 commit 663e140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ debs =
docformatter

commands =
autopep8 --verbose --in-place --recursive --aggressive --agressive {toxinidir}/bobtemplates setup.py
docformatter --verbose --in-place --recursive {toxinidir}/bobtemplates setup.py
autopep8 --verbose --in-place --recursive --aggressive --agressive {toxinidir}/src {toxinidir}/tests setup.py
docformatter --verbose --in-place --recursive {toxinidir}/src {toxinidir}/tests setup.py

[lint]
skip_install = true
Expand Down

0 comments on commit 663e140

Please sign in to comment.