From 6377c762080396191e0b248333d435461d720ae1 Mon Sep 17 00:00:00 2001 From: fawce Date: Wed, 8 Feb 2012 14:51:52 -0500 Subject: [PATCH] fixed jenkins script --- qsim/{simulator/qbt_client.py => test/client.py} | 0 scripts/jenkins.sh | 3 --- 2 files changed, 3 deletions(-) rename qsim/{simulator/qbt_client.py => test/client.py} (100%) diff --git a/qsim/simulator/qbt_client.py b/qsim/test/client.py similarity index 100% rename from qsim/simulator/qbt_client.py rename to qsim/test/client.py diff --git a/scripts/jenkins.sh b/scripts/jenkins.sh index ca6d5eef..9c9bc4cc 100755 --- a/scripts/jenkins.sh +++ b/scripts/jenkins.sh @@ -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