mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
Update .travis.yml
This commit is contained in:
committed by
GitHub
parent
966e89f120
commit
6850c13620
@@ -55,7 +55,7 @@ addons:
|
||||
- gnupg
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libffi libyaml python; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libffi libyaml; fi
|
||||
install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" && ! -z $TOX_ENV ]]; then pip install tox; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then if [ $SYSTEM_TEST -eq 1 ]; then sudo pip install -r requirements.txt; else pip install -r requirements.txt; fi; fi
|
||||
|
||||
Reference in New Issue
Block a user