File tree Expand file tree Collapse file tree 6 files changed +204
-353
lines changed
Expand file tree Collapse file tree 6 files changed +204
-353
lines changed Original file line number Diff line number Diff line change 11[run]
2- include =
3- appengine/*
4- bigquery/*
5- bigtable/*
6- blog/*
7- compute/*
8- datastore/*
9- dataproc/*
10- dns/*
11- error_reporting/*
12- language/*
13- logging/*
14- monitoring/*
15- pubsub/*
16- speech/*
17- storage/*
18- translate/*
19- vision/*
2+ omit =
3+ lib/*
4+ env/*
5+ */.nox/*
6+ */conftest.py
7+ */google_appengine/*
8+
209[report]
2110exclude_lines =
2211 pragma: NO COVER
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ addons:
2323 - python3.5-dev
2424install :
2525- pip install --upgrade pip wheel virtualenv
26- - pip install nox-automation coverage
26+ - pip install --upgrade nox-automation coverage
27+ # Temporarily install this from source.
28+ - pip install --upgrade git+https://github.com/dhermes/ci-diff-helper.git
2729script :
2830- ./scripts/travis.sh
29- after_script :
30- - coverage report
You can’t perform that action at this time.
0 commit comments