Browse Source

fixing target directory for flake8

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

+ 1
- 1
tox.ini View File

@@ -19,5 +19,5 @@ whitelist_externals=bash
[testenv:flake8]
basepython=python2.7
deps=flake8
commands=flake8 src/wstools/
commands=flake8 wstools/


Loading…
Cancel
Save