fixed jenkins script

This commit is contained in:
fawce
2012-02-08 14:51:52 -05:00
parent 2eebae2ba9
commit 6377c76208
2 changed files with 0 additions and 3 deletions
-3
View File
@@ -21,9 +21,6 @@ workon qsim
./scripts/ordered_pip.sh ./scripts/requirements.txt
./scripts/ordered_pip.sh ./scripts/requirements_dev.txt
#setup the local mongodb
python ./dev_setup.py
#run all the tests in test
nosetests --with-xcoverage --with-xunit --cover-erase --cover-package=qsim
pylint -f parseable . | tee pylint.out