fixing sloccount command

This commit is contained in:
fawce
2012-02-06 11:36:39 -05:00
parent 1aea7c4f59
commit deae4d6a23
+1 -1
View File
@@ -29,6 +29,6 @@ nosetests --with-xcoverage --with-xunit --cover-erase --cover-package=simulator,
pylint -f parseable . | tee pylint.out
#run sloccount analysis
sloccount --wide --details ./app/ ./test/ > sloccount.sc
sloccount --wide --details ./ > sloccount.sc
deactivate