File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33
4- name : Run Python Tests
4+ name : Python Tests
55
66on :
77 push :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A Python 3 library for reading tiles and exporting tools from
55which contain tile caches using the
66[ ArcGIS Compact Tile Cache] ( https://server.arcgis.com/en/server/10.3/publish-services/windows/inside-the-compact-cache-storage-format.htm )
77
8- [ ![ Build Status ] ( https://travis-ci.org /consbio/tpkutils.svg?branch=master )] ( https://travis-ci.org/consbio/tpkutils ) [ ![ Coverage Status ] ( https://coveralls.io/repos/github/consbio/tpkutils/ badge.svg?branch=master )] ( https://coveralls.io/github/consbio/tpkutils?branch=master )
8+ ![ Python Tests ] ( https://github.com /consbio/tpkutils/actions/workflows/python-tests.yml/ badge.svg )
99
1010## Goals
1111
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tpkutils"
3- version = " 0.8.0 "
3+ version = " 0.8.1 "
44description = " ArcGIS Tile Package Utilities"
55authors = [" Brendan Ward <bcward@astutespruce.com>" ]
66license = " ISC"
You can’t perform that action at this time.
0 commit comments