mirror of
https://github.com/google/brotli.git
synced 2025-01-13 09:50:08 +00:00
.travis.sh: skip source venv on linux
This commit is contained in:
parent
13b8e7ff60
commit
52cb947469
@ -36,7 +36,9 @@ case "$1" in
|
||||
ctest -V
|
||||
;;
|
||||
"python")
|
||||
source venv/bin/activate
|
||||
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
|
||||
source venv/bin/activate
|
||||
fi
|
||||
python setup.py build_ext test
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user