Skip to content

Commit

Permalink
Set variable CATALOG_OPTIMIZATION_DISABLED in buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
idgserpro committed Dec 6, 2019
1 parent f760721 commit b24720d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -22,8 +22,7 @@ install:
- bin/buildout buildout:test-eggs=$TEST_EGGS annotate
- bin/buildout buildout:test-eggs=$TEST_EGGS
before_script:
- export CATALOG_OPTIMIZATION_DISABLED=true
- firefox -v
- firefox -v
script:
- bin/code-analysis
- bin/test
Expand Down
1 change: 1 addition & 0 deletions buildout.cfg
Expand Up @@ -48,6 +48,7 @@ eggs = pylint < 2.0
[test]
initialization +=
os.environ['TZ'] = 'UTC'
os.environ['CATALOG_OPTIMIZATION_DISABLED'] = 'true'

[zopepy]
recipe = zc.recipe.egg
Expand Down

0 comments on commit b24720d

Please sign in to comment.