Skip to content

Commit

Permalink
Merge pull request #53 from makinacorpus/fix-travis-status
Browse files Browse the repository at this point in the history
Fix TravisCI build status
  • Loading branch information
leplatrem authored Aug 22, 2016
2 parents ea7ba83 + ac19a68 commit 8df5a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .coveragerc

This file was deleted.

4 changes: 2 additions & 2 deletions landez/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def test_tileslist_at_z1_x0_y0(self):
self.assertEqual(l, [(1, 0, 0)])

def test_tileslist_at_z1_x0_y0_tms(self):
mb = TilesManager()
l = mb.tileslist((-180.0, 1, -1, 90.0), [1], scheme='tms')
mb = TilesManager(tile_scheme='tms')
l = mb.tileslist((-180.0, 1, -1, 90.0), [1])

self.assertEqual(l, [(1, 0, 1)])

Expand Down

0 comments on commit 8df5a9f

Please sign in to comment.