adding sloccount analysis

This commit is contained in:
fawce
2012-02-04 14:24:22 -05:00
parent 1222c61d8f
commit 1aea7c4f59
+3
View File
@@ -28,4 +28,7 @@ python dev_setup.py
nosetests --with-xcoverage --with-xunit --cover-erase --cover-package=simulator,transforms
pylint -f parseable . | tee pylint.out
#run sloccount analysis
sloccount --wide --details ./app/ ./test/ > sloccount.sc
deactivate