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