File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed
Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,8 @@ services:
77branches :
88 only :
99 - master
10- cache :
11- directories :
12- - $HOME/.cache
13- env :
14- global :
15- - PATH=${PATH}:${HOME}/gcloud/google-cloud-sdk/bin
16- - GOOGLE_APPLICATION_CREDENTIALS=${TRAVIS_BUILD_DIR}/testing/resources/service-account.json
17- - GOOGLE_CLIENT_SECRETS=${TRAVIS_BUILD_DIR}/testing/resources/client-secrets.json
18- - GAE_ROOT=${HOME}/.cache/
19- - secure : TQ0e6XKeFwVkoqgOJH9f/afyRouUSC6s7LC32C4JS+O2X4sXyXTPXACmzu5wCW0BXPc6HvITMLvkf7g6XXyGlCPkjM8Uw5Vg5F9+cwN1HMlI+gK6bMGTUfrwN5ruFT+KmEnD4F93NY3xkDbZd0fw23d/mVloTc6V0gUsxEUkuhM=
20- addons :
21- apt :
22- packages :
23- - portaudio19-dev
2410install :
2511- pip install --upgrade pip wheel virtualenv
26- - pip install nox-automation coverage
12+ - pip install nox-automation
2713script :
28- - ./scripts/travis.sh
29- after_script :
30- - coverage report
14+ - nox -s lint
You can’t perform that action at this time.
0 commit comments