Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Travis stage test
Browse files Browse the repository at this point in the history
  • Loading branch information
radkomateusz committed Jul 11, 2018
1 parent ac55200 commit 739e2a7
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 @@ -14,9 +14,9 @@ before_install:
jobs:
include:
- stage: unit-tests
- script: coverage run --source=src test_runner.py --test-path tests/ --test-pattern 'test*.py' -v ./google-cloud-sdk
script: coverage run --source=src test_runner.py --test-path tests/ --test-pattern 'test*.py' -v ./google-cloud-sdk
- stage: isolation-tests
- script: python isolation_test.py --test_runner "test_runner.py" --test_path "tests" --google_cloud_sdk ./google-cloud-sdk
script: python isolation_test.py --test_runner "test_runner.py" --test_path "tests" --google_cloud_sdk ./google-cloud-sdk

after_success:
coveralls

0 comments on commit 739e2a7

Please sign in to comment.