Skip to content

Commit

Permalink
updated travis CI info
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpsawyer committed Mar 9, 2020
1 parent b988e49 commit 66f4005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# extarc - Utility functions for `arcpy`

[![Build Status](https://travis-ci.com/joshpsawyer/extarc.svg?branch=master)](https://travis-ci.com/joshpsawyer/extarc)
[![Build Status](https://travis-ci.com/dorkwood/extarc.svg?branch=master)](https://travis-ci.com/dorkwood/extarc)

This repository contains python functions for commonly repeated tasks, e.g. getting new scratch feature classes in a scratch gdb, or getting certain projections. It's named extarc because it... **ext**ends **arc**py. It also sounds like a cool ship from [The Expanse](https://en.wikipedia.org/wiki/The_Expanse_(TV_series)) which you should really watch. It utilizes the `arcpy` module which ships with ArcMap Desktop / ArcGIS Pro and so it's assumed that your python environment has access to these modules. That is, if you can't `import arcpy` already, why are you trying to use a helper library? Currently, arcpy is _not_ part of requirements.txt because it's not clear whether it will pass a CI check.

Expand Down

0 comments on commit 66f4005

Please sign in to comment.