tweaking for running regular tests in jenkins

This commit is contained in:
Joe Heck 2012-01-06 15:58:02 -08:00
parent 205a7b9aed
commit 9691c0f7c8
3 changed files with 6 additions and 1 deletions

4
.gitignore vendored
View File

@ -3,3 +3,7 @@
vendor
.ksl-venv
run_tests.log
.coverage
covhtml
pep8.txt
nosetests.xml

View File

@ -90,7 +90,7 @@ function run_pep8 {
# Just run PEP8 in current environment
${wrapper} pep8 --repeat --show-pep8 --show-source \
--ignore=E202,E111 \
--exclude=vcsversion.py ${srcfiles}
--exclude=vcsversion.py ${srcfiles} | tee pep8.txt
}
NOSETESTS="python run_tests.py $noseopts $noseargs"

View File

@ -8,6 +8,7 @@ routes
# keystonelight testing dependencies
nose
nosexcover
# for python-keystoneclient
httplib2