On Sun, Mar 15, 2015 at 12:19 PM, Dan Smith dsmith@danplanet.com wrote:
I currently cannot run the "run_tests" script. Sorry.
Also, I'm now running the pep8 checker on commit. You should be able to run that on windows with something like:
python tools/cpep8.py
I can try to see if I can make a batch file that will run normal tests and the pep8 checker from the top level like the run_all_tests.sh we have for linux.
Anyway, I fixed up the pep8 complaints in this patch. Thanks for picking it up!
--Dan
C:\Users\Root\chirp.hg\tools>python cpep8.py Traceback (most recent call last): File "cpep8.py", line 24, in <module> import pep8 ImportError: No module named pep8
C:\Users\Root\chirp.hg\tools>
No go with this either. I'll have to look at it later when I get back home.
Jim