Skip to content

Commit

Permalink
Merge branch 'master' into loop_consolidation
Browse files Browse the repository at this point in the history
  • Loading branch information
dericke committed Jan 1, 2021
2 parents ceb9ba9 + 82c6241 commit bf54d2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -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
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 bf54d2b

Please sign in to comment.