azavea / python-sld

A simple python library that enables dynamic SLD creation and manipulation.
http://azavea.github.com/python-sld/
Apache License 2.0
27 stars 17 forks source link

Update requirements and tests. #19

Closed dzwarg closed 3 years ago

dzwarg commented 3 years ago

Summary

Update to lxml version 4.6.2.

Description

Update tests to reflect the new version of lxml can emit the namespaces in random orders. Added CI tests via travis-ci.com.

dzwarg commented 3 years ago

Fixes #14 and includes #18

kshepard commented 3 years ago

Looks great to me!