Skip to content

Commit

Permalink
Merge pull request #95 from dericke/gx_test_fix
Browse files Browse the repository at this point in the history
Add missing bbox key to test_track
  • Loading branch information
cleder authored Dec 31, 2020
2 parents 5d2ef77 + 9502e22 commit 82c6241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
- '3.9'
- '3.8'
- '3.7'
- '3.6'
- '3.5'
- '3.4'
- '2.7'
env:
- LXML=true
- LXML=false
Expand Down
1 change: 1 addition & 0 deletions fastkml/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2141,6 +2141,7 @@ def test_track(self):
g.geometry.__geo_interface__,
{
'type': 'LineString',
'bbox': (0.0, 0.0, 1.0, 1.0),
'coordinates': ((0.0, 0.0), (1.0, 1.0))})

def test_multitrack(self):
Expand Down

0 comments on commit 82c6241

Please sign in to comment.