Skip to content
Snippets Groups Projects
Commit bc6cd873 authored by Benjamin Jakimow's avatar Benjamin Jakimow
Browse files

addresses #95 RTF building failure


Signed-off-by: Benjamin Jakimow's avatarbenjamin.jakimow <benjamin.jakimow@geo.hu-berlin.de>
parent db433779
No related branches found
No related tags found
No related merge requests found
......@@ -23,4 +23,5 @@ pipelines:
- DISPLAY=:1.0
- export DISPLAY
- mkdir test-reports
- python make/setuprepository.py
- python -m nose2 discover tests "test_*.py" > test-reports/test-report.txt
......@@ -11,6 +11,10 @@ DIR_QGIS_REPO = os.environ.get('DIR_QGIS_REPO', None)
from os.path import dirname as dn
from os.path import join as jn
DIR_REPO = dn(dn(__file__))
if not DIR_REPO in sys.path:
sys.path.append(DIR_REPO)
DIR_SITEPACKAGES = jn(DIR_REPO, 'site-packages')
DIR_QGISRESOURCES = jn(DIR_REPO, 'qgisresources')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment