Browse Source

fixing flake8 entry in tox

main
Julien Iguchi-Cartigny 10 years ago
parent
commit
0a1c3a0a6f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tox.ini

+ 1
- 1
tox.ini View File

@@ -20,5 +20,5 @@ commands=sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:flake8]
basepython=python2.7
deps=flake8
commands=flake8 djohno
commands=flake8 src/wstools/


Loading…
Cancel
Save