Skip to content

Commit

Permalink
Try to fix test failure on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 2, 2020
1 parent 1851ba3 commit 992d5f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/src/python/test_qgsmapclippingutils.py
Expand Up @@ -27,6 +27,10 @@
QgsMapLayerType
)

from qgis.testing import start_app

start_app()


class TestQgsMapClippingUtils(unittest.TestCase):

Expand Down

0 comments on commit 992d5f3

Please sign in to comment.