travis: Fix Python test execution

This commit is contained in:
Sam Edwards 2018-05-16 19:41:15 -06:00
parent c62f3d0d23
commit a3a24f9840

View File

@ -61,6 +61,7 @@ script:
- cmake -DHAVE_GTK2=NO -DBUILD_METALIBS=$BUILD_METALIBS -DCOMPOSITE_SOURCE_LIMIT=$COMPOSITE_SOURCE_LIMIT ..
- make -j4
- export PYTHONPATH=$PWD
- python ../test_imports.py
- pytest ../tests