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:
20
20
apt :
21
21
packages :
22
22
- 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
29
23
install :
24
+ - pip install --upgrade pip wheel virtualenv
30
25
- pip install nox-automation coverage
31
26
script :
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
40
28
after_script :
41
29
- coverage report
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments