Skip to content

Commit

Permalink
Add project tests to travis run
Browse files Browse the repository at this point in the history
  • Loading branch information
David R Lochridge committed Aug 4, 2015
1 parent 08bb236 commit cb44a81
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 @@ -51,7 +51,7 @@ install:
- env | sort

script:
- REQUESTS_CA_BUNDLE=$TRAVIS_BUILD_DIR/root-ca.cert coverage run --source agent,packages/slycat --omit="packages/slycat/web/server/*" -m behave -i "(agent|hyperchunks|rest-api|slycat-web-server)"
- REQUESTS_CA_BUNDLE=$TRAVIS_BUILD_DIR/root-ca.cert coverage run --source agent,packages/slycat --omit="packages/slycat/web/server/*" -m behave -i "(agent|hyperchunks|rest-api|slycat-web-server|slycat-project)"
- coverage report

after_script:
Expand Down

0 comments on commit cb44a81

Please sign in to comment.