Skip to content

Commit

Permalink
Updating test runner command to exclude scripts which shouldn't be ran
Browse files Browse the repository at this point in the history
  • Loading branch information
CRImier committed Jun 1, 2018
1 parent 041878d commit d9f64dd
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 @@ -2,7 +2,7 @@ language: python
python:
- "2.7"
# command to install dependencies
script: python -B -m pytest --doctest-modules -v --doctest-ignore-import-errors --ignore=output/drivers --ignore=input/drivers --ignore=apps/hardware_apps/ --ignore=apps/example_apps/fire_detector --ignore=apps/test_hardware
script: python -B -m pytest --doctest-modules -v --doctest-ignore-import-errors --ignore=output/drivers --ignore=input/drivers --ignore=apps/hardware_apps/ --ignore=apps/example_apps/fire_detector --ignore=apps/test_hardware --ignore=docs/ --ignore=apps/hardware_apps
branches:
except:
- test_branch_doug
Expand Down

0 comments on commit d9f64dd

Please sign in to comment.