travis: Fix Python test execution
This commit is contained in:
parent
c62f3d0d23
commit
a3a24f9840
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue