Skip to content

Commit

Permalink
Update travis to use new command format
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMcInnis committed Sep 10, 2020
1 parent c228fab commit 2e03f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ install:
before_script:
- 'flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics'
script:
- 'funnel -s demo/settings.yaml -log-level DEBUG'
- 'funnel load -s demo/settings.yaml -log-level DEBUG'
# NOTE: we might want to make below search somewhere else so it isn't
# so very specific.
- 'funnel -s demo/settings.yaml -kw Python Data Scientist PHD AI -ps WA -c Seattle -l USA_ENGLISH -log-level DEBUG'
- 'funnel load -s demo/settings.yaml -kw Python Data Scientist PHD AI -ps WA -c Seattle -l USA_ENGLISH -log-level DEBUG'
- 'pytest --cov=jobfunnel --cov-report=xml'
# - './tests/verify-artifacts.sh' TODO: verify that JSON exist and are good
# - './tests/verify_time.sh' TODO: some way of verifying execution time
Expand Down

0 comments on commit 2e03f6c

Please sign in to comment.