Skip to content

Commit

Permalink
Export CATALOG_OPTIMIZATION_DISABLED before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed May 30, 2018
1 parent 964a878 commit b142d5c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -23,12 +23,13 @@ install:
- bin/buildout buildout:test-eggs=$TEST_EGGS annotate
- bin/buildout buildout:test-eggs=$TEST_EGGS
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- firefox -v
- export CATALOG_OPTIMIZATION_DISABLED=true
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- firefox -v
script:
- bin/code-analysis
- CATALOG_OPTIMIZATION_DISABLED=true bin/test
- bin/test
- bin/pylint --py3k --disable=no-absolute-import sc/social/like || true
after_success:
- bin/zopepy setup.py check -mrs
Expand Down

0 comments on commit b142d5c

Please sign in to comment.