Skip to content

Commit

Permalink
Restrict flake8 to senaite.core and bika.lims (senaite#2102)
Browse files Browse the repository at this point in the history
  • Loading branch information
winniehell committed Aug 6, 2022
1 parent dc1c365 commit 45bfb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ install:
before_script:
- bin/pip install flake8
script:
- bin/flake8 --config travis_ci_flake8.cfg src/
- bin/flake8 --config travis_ci_flake8.cfg src/{bika,senaite}/
- bin/test -s senaite.core.tests

0 comments on commit 45bfb2a

Please sign in to comment.