Skip to content

Commit

Permalink
tests/ci: lets fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
balta2ar committed Feb 19, 2020
1 parent ca8a9dd commit deb97b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ def run(self):
#exclude=('tests', 'firefox_extension', 'firefox_mediator')
include=(
'brotab',
#'brotab.tests',
#'brotab.search',
#'brotab.mediator',
#'brotab.albert',
'brotab.tests',
'brotab.search',
'brotab.mediator',
'brotab.albert',
),
exclude=('firefox_extension', 'firefox_mediator')
)
Expand Down

0 comments on commit deb97b1

Please sign in to comment.