Skip to content

Commit

Permalink
Install OTB in QGIS Travis CI script to be able to run OTB test
Browse files Browse the repository at this point in the history
(cherry picked from commit d4f410a)
  • Loading branch information
alexbruy committed May 24, 2017
1 parent b1c3ca8 commit 47c1daa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/plugins/processing/tests/CMakeLists.txt
Expand Up @@ -12,6 +12,5 @@ IF(ENABLE_TESTS)
ADD_PYTHON_TEST(ProcessingGdalAlgorithmsTest GdalAlgorithmsTest.py)
ADD_PYTHON_TEST(ProcessingGrass7AlgorithmsImageryTest Grass7AlgorithmsImageryTest.py)
ADD_PYTHON_TEST(ProcessingGrass7AlgorithmsRasterTest Grass7AlgorithmsRasterTest.py)
#TODO uncomment when OTB is installed on Travis CI instance
#ADD_PYTHON_TEST(ProcessingOTBAlgorithmsTest OTBAlgorithmsTest.py)
ADD_PYTHON_TEST(ProcessingOTBAlgorithmsTest OTBAlgorithmsTest.py)
ENDIF(ENABLE_TESTS)

0 comments on commit 47c1daa

Please sign in to comment.