fixed pylint call to cover qsim

This commit is contained in:
fawce
2012-02-08 17:46:51 -05:00
parent 05e592e3c1
commit 0b44750da7
+1 -1
View File
@@ -31,7 +31,7 @@ paver apidocs html
nosetests --with-xunit --cover-erase --cover-package=qsim --cover-html-dir=./docs/_build/html/cover
#run pylint checks
pylint -f parseable . | tee pylint.out
pylint -f parseable qsim | tee pylint.out
#run sloccount analysis
sloccount --wide --details ./ > sloccount.sc