From ad9b5fec0046816e9f647cac8b6373feba95122e Mon Sep 17 00:00:00 2001 From: "Jenkins T. Quantopian, III" Date: Sat, 4 Feb 2012 04:54:32 +0000 Subject: [PATCH] restricting to subpackages --- jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins.sh b/jenkins.sh index 8ce6267e..ef7a70d2 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -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