Skip to content

Commit

Permalink
Remove CATALOG_OPTIMIZATION_DISABLED=true from tests
Browse files Browse the repository at this point in the history
This isn't necessary.
  • Loading branch information
idgserpro committed Feb 21, 2020
1 parent 74e8945 commit be34f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,7 @@ before_script:
- firefox -v
script:
- bin/code-analysis
- CATALOG_OPTIMIZATION_DISABLED=true bin/test
- bin/test
- bin/pylint --py3k --disable=no-absolute-import src/collective/nitf
after_success:
- pip install coverage
Expand Down

0 comments on commit be34f0b

Please sign in to comment.