Merge pull request #3791 from taosdata/xiaoping/CI_update

install guppy for crash_gen
This commit is contained in:
Shengliang Guan 2020-10-11 10:02:13 +08:00 committed by GitHub
commit 68f16c33ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ matrix:
py3ver=`python3 --version|awk '{print $2}'|cut -d "." -f 1,2` && apt install python$py3ver-dev
pip3 install psutil
pip3 install guppy3
pip3 install --user ${TRAVIS_BUILD_DIR}/src/connector/python/linux/python3/
cd ${TRAVIS_BUILD_DIR}/tests