Skip to content

Commit 36391bd

Browse files
author
matthias_schaub
committed
Ran test for gdal installation.
1 parent 3209204 commit 36391bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ before_script:
4545

4646
script:
4747
# - TODO: Run black and flake8
48-
- python -m unittest -v -s tests.unittests.test_gdal
49-
# - python -m unittest discover -v -s mapswipe_workers/tests/unittests/ -p 'test_*.py'
48+
- python -m unittest -v tests.unittests.test_gdal
49+
# - TODO: python -m unittest discover -v -s mapswipe_workers/tests/unittests/ -p 'test_*.py'
5050

5151
# before_deploy:
5252
# # SSH setup to deploy to server after build.

0 commit comments

Comments
 (0)