fixed nosetests coverage argument

This commit is contained in:
fawce
2012-02-07 23:21:14 -05:00
parent afc3224b86
commit bdf60ab5db
+1 -1
View File
@@ -25,7 +25,7 @@ workon qsim
python ./dev_setup.py
#run all the tests in test
nosetests --with-xcoverage --with-xunit --cover-erase --cover-package=simulator,transforms
nosetests --with-xcoverage --with-xunit --cover-erase --cover-package=qsim
pylint -f parseable . | tee pylint.out
#run sloccount analysis