File tree Expand file tree Collapse file tree 2 files changed +2
-74
lines changed
Expand file tree Collapse file tree 2 files changed +2
-74
lines changed Original file line number Diff line number Diff line change @@ -20,22 +20,10 @@ addons:
2020 apt :
2121 packages :
2222 - portaudio19-dev
23- before_install :
24- - pip install --upgrade pip wheel virtualenv
25- - if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then
26- openssl aes-256-cbc -k "$secrets_password" -in secrets.tar.enc -out secrets.tar -d;
27- tar xvf secrets.tar;
28- fi
2923install :
24+ - pip install --upgrade pip wheel virtualenv
3025- pip install nox-automation coverage
3126script :
32- - if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then
33- source ${TRAVIS_BUILD_DIR}/testing/resources/test-env.sh;
34- nox --stop-on-first-error -s lint travis;
35- else
36- # only run lint on external PRs
37- nox --stop-on-first-error -s lint;
38- fi
39-
27+ - ./scripts/travis.sh
4028after_script :
4129- coverage report
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments