<div dir="ltr"><div dir="ltr"><div dir="ltr">I can't help you too much. But maybe have a look to what has been done by Nyall in InaSAFE: <a href="https://github.com/inasafe/inasafe/blob/develop/safe/gis/processing_tools.py#L21">https://github.com/inasafe/inasafe/blob/develop/safe/gis/processing_tools.py#L21</a></div><div>There is one GDAL algorithm, running on travis.<br></div></div></div><br><div class="gmail_quote"><div dir="ltr">Le mer. 19 sept. 2018 à 10:06, Tom Chadwin <<a href="mailto:tom.chadwin@nnpa.org.uk">tom.chadwin@nnpa.org.uk</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello all<br>
<br>
I've never managed to get tests of Processing GDAL algorithms to run under<br>
Travis for qgis2web. It returns:<br>
<br>
Processing(2): Error: Algorithm gdal:warpreproject not found<br>
<br>
(eg <a href="https://travis-ci.org/tomchadwin/qgis2web/jobs/430529787#L874" rel="noreferrer" target="_blank">https://travis-ci.org/tomchadwin/qgis2web/jobs/430529787#L874</a>)<br>
<br>
Someone (possibly Nyall?) must have realized this was an issue some time<br>
ago, and added the following to some tests:<br>
<br>
@unittest.skipIf(int(gdal.VersionInfo('VERSION_NUM')) >=<br>
GDAL_COMPUTE_VERSION(2, 0, 0), 'Test requires updating for GDAL 2.0')<br>
<br>
These ones are indeed skipped (eg<br>
<a href="https://travis-ci.org/tomchadwin/qgis2web/jobs/430529787#L1021" rel="noreferrer" target="_blank">https://travis-ci.org/tomchadwin/qgis2web/jobs/430529787#L1021</a>)<br>
<br>
Can I get this working? I'm only testing against release and dev (not LTR).<br>
<br>
Thanks<br>
<br>
Tom<br>
<br>
<br>
<br>
-----<br>
Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon <br>
--<br>
Sent from: <a href="http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html</a><br>
_______________________________________________<br>
QGIS-Developer mailing list<br>
<a href="mailto:QGIS-Developer@lists.osgeo.org" target="_blank">QGIS-Developer@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a></blockquote></div>