install guppy for crash_gen

This commit is contained in:
Ping Xiao 2020-10-10 11:11:16 +08:00
parent cc5c78824b
commit 8551855c9e
1 changed files with 2 additions and 1 deletions

View File

@ -54,10 +54,11 @@ 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
./test-all.sh full || travis_terminate $?
./test-all.sh smoke || travis_terminate $?
sleep 1
cd ${TRAVIS_BUILD_DIR}/tests/pytest