From 9040bacd0bfd971666a9eea09e07b672ef15cf6b Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Sat, 7 Jul 2012 06:47:48 -0400 Subject: [PATCH] Temp fix for jenkins script. --- etc/jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/jenkins.sh b/etc/jenkins.sh index 2f3ff5f9..e5141558 100755 --- a/etc/jenkins.sh +++ b/etc/jenkins.sh @@ -38,7 +38,7 @@ cp ./etc/pycco.css ./docs/_build/html/pycco/test cp ./etc/pycco.css ./docs/_build/html/pycco/transforms #run all the tests in test. see setup.cfg for flags. -nosetests --config=jenkins_setup.cfg +nosetests --config=jenkins_setup.cfg -I test_optimize #run pylint checks cp ./pylint.rcfile /mnt/jenkins/.pylintrc #default location for config file...