Skip to content

Commit bf71918

Browse files
author
Jon Wayne Parrott
committed
Fixing travis
Change-Id: I3518b6f5e779aa0a8cf6b81ccc0f7631b8f48a8e
1 parent c26d89b commit bf71918

File tree

2 files changed

+2
-74
lines changed

2 files changed

+2
-74
lines changed

.travis.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff 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
2923
install:
24+
- pip install --upgrade pip wheel virtualenv
3025
- pip install nox-automation coverage
3126
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
4028
after_script:
4129
- coverage report

scripts/run-tests.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)