Skip to content

Instantly share code, notes, and snippets.

@tomprince
Created January 21, 2014 19:35
Show Gist options
  • Save tomprince/8546793 to your computer and use it in GitHub Desktop.
Save tomprince/8546793 to your computer and use it in GitHub Desktop.
diff --git a/master/master.cfg b/master/master.cfg
index cd052c1..7c9f43e 100644
--- a/master/master.cfg
+++ b/master/master.cfg
@@ -191,6 +191,7 @@ builders.append({
'name': 'pyflakes',
'builddir': 'pyflakes',
'factory': PyFlakesBuildFactory(git_update),
+ 'env': {'PYFLAKES_NODOCTEST': '1'},
'category': 'supported'})
builders.append({
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment