Skip to content

Commit

Permalink
Only run extractors separately
Browse files Browse the repository at this point in the history
  • Loading branch information
adelavega committed Feb 20, 2020
1 parent dca8e2a commit 2f65e46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ before_script:
- python -m pliers.support.download
- python -m spacy download en_core_web_sm
script:
- py.test pliers/tests/test_* --cov=pliers --cov-report= -m "not requires_payment" -W ignore::UserWarning
- py.test pliers/tests/test_* pliers/tests/converters pliers/tests/filters --cov=pliers --cov-report= -m "not requires_payment" -W ignore::UserWarning
- py.test pliers/tests/extractors --cov=pliers --cov-report= -m "not requires_payment" --cov-append -W ignore::UserWarning
- py.test pliers/tests/converters pliers/tests/filters --cov=pliers --cov-report= -m "not requires_payment" --cov-append -W ignore::UserWarning
after_success:
- coveralls
before_cache:
Expand Down

0 comments on commit 2f65e46

Please sign in to comment.