Browse Source

travis: Fix Python test execution

Sam Edwards 7 years ago
parent
commit
a3a24f9840
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -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