Skip to content

Commit

Permalink
Merge pull request googleapis#2917 from dhermes/limit-travis-push
Browse files Browse the repository at this point in the history
Only running 3.4 tests on PR builds.
  • Loading branch information
dhermes authored Jan 12, 2017
2 parents cf24924 + cae64f0 commit 28d9814
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 @@ -13,7 +13,7 @@ install:

script:
- python2.7 scripts/run_unit_tests.py
- python3.4 scripts/run_unit_tests.py
- if [[ "${TRAVIS_EVENT_TYPE}" != "pull_request" ]]; then python3.4 scripts/run_unit_tests.py; fi
- python3.5 scripts/run_unit_tests.py
- python scripts/run_unit_tests.py --tox-env cover
- tox -e lint
Expand Down

0 comments on commit 28d9814

Please sign in to comment.