diff --git a/scripts/jenkins.sh b/scripts/jenkins.sh index 356f912e..ca6d5eef 100755 --- a/scripts/jenkins.sh +++ b/scripts/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=simulator,transforms +nosetests --with-xcoverage --with-xunit --cover-erase --cover-package=qsim pylint -f parseable . | tee pylint.out #run sloccount analysis