.travis.yml: xcode11.2 scipy issue
authorVincent Fu <vincent.fu@wdc.com>
Fri, 13 Dec 2019 19:58:23 +0000 (12:58 -0700)
committerVincent Fu <vincent.fu@wdc.com>
Mon, 16 Dec 2019 19:14:19 +0000 (14:14 -0500)
commit79e55936e475ef527caf28766c3e210e9fdb338e
treeefc29a80b2380efad9e80fc648b90ef21fccc886
parent41ceb6c79aea52bd46ea13c5036722a294bb719e
.travis.yml: xcode11.2 scipy issue

The previous commit that added support for xcode11.2 resolved the
steadystate_tests scipy dependency with 'pip3 install scipy'. However,
the travis xcode11.2 image changed and now we need 'pip install scipy'
to provide the scipy dependency. To forestall future issues, install
scipy for both python2 and python3.

Also enable debug output in run-fio-tests.py to provide more information
in case of failure.

Signed-off-by: Vincent Fu <vincent.fu@wdc.com>
.travis.yml