CCI-MOC / flocx-market

2 stars 9 forks source link

Limit pep8 check to flocx_market directory #23

Closed larsks closed 5 years ago

larsks commented 5 years ago

Limit the pep8 check to the flocx_market directory, to avoid checking Python files that are not part of the repository. We also add {posargs} to most tox checks to allow additional configuration from the command line.

Closes #22

larsks commented 5 years ago

@aliraza0337 this commit fixes the problem you were having in which the pep8 check was checking files in your virtual environment.

tzumainn commented 5 years ago

works with my ad-hoc test, but I'll wait to make sure that it works for @aliraza0337 as well!

aliraza0337 commented 5 years ago

Yes, It worked fine with mine too and didn't test files in my virtual environment.