Commit 42f6c6c3 authored by Christian Ledermann's avatar Christian Ledermann

Merge pull request #17 from IanLee1521/master

Add support for GroundOverlay
parents 111e30dd d078a306
...@@ -14,6 +14,7 @@ env: ...@@ -14,6 +14,7 @@ env:
install: install:
- pip install -r requirements/test.txt - pip install -r requirements/test.txt
- if $LXML == true; then pip install lxml; fi - if $LXML == true; then pip install lxml; fi
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi
# command to run tests, e.g. python setup.py test # command to run tests, e.g. python setup.py test
script: script:
...@@ -26,3 +27,4 @@ after_success: ...@@ -26,3 +27,4 @@ after_success:
notifications: notifications:
email: email:
- christian.ledermann@gmail.com - christian.ledermann@gmail.com
- IanLee1521@gmail.com
...@@ -6,7 +6,8 @@ Changelog ...@@ -6,7 +6,8 @@ Changelog
----------------- -----------------
- back to development - back to development
- Add support for address and phoneNumber - Add support for address and phoneNumber [Ian Lee]
- Add support for Ground Overlay kml [Ian Lee]
0.7 (2014/08/01) 0.7 (2014/08/01)
---------------- ----------------
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment