remove sudo from autobahn installation (#198)
there's a conflict with a globally-installed python package
This commit is contained in:
parent
82cbda4a9a
commit
9889ab1bd7
|
|
@ -31,6 +31,6 @@ branches:
|
|||
before_install:
|
||||
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl python; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
|
||||
install:
|
||||
- sudo pip install autobahntestsuite "six>=1.9.0"
|
||||
- pip install autobahntestsuite "six>=1.9.0"
|
||||
script:
|
||||
- ./build.sh --quiet verify
|
||||
|
|
|
|||
Loading…
Reference in New Issue