restricting to subpackages

This commit is contained in:
Jenkins T. Quantopian, III
2012-02-04 04:54:32 +00:00
parent fec4400239
commit ad9b5fec00
+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=qsim
nosetests --with-xcoverage --with-xunit --cover-erase --cover-package=simulator,transforms
pylint -f parseable . | tee pylint.out
deactivate